TechnicalTicketDetails Class
- java.
lang. Object - com.
azure. resourcemanager. support. models. TechnicalTicketDetails
- com.
Implements
public final class TechnicalTicketDetails
implements JsonSerializable<TechnicalTicketDetails>
Additional information for technical support ticket.
Constructor Summary
| Constructor | Description |
|---|---|
| TechnicalTicketDetails() |
Creates an instance of Technical |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Technical |
fromJson(JsonReader jsonReader)
Reads an instance of Technical |
| String |
resourceId()
Get the resource |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Technical |
withResourceId(String resourceId)
Set the resource |
Methods inherited from java.lang.Object
Constructor Details
TechnicalTicketDetails
public TechnicalTicketDetails()
Creates an instance of TechnicalTicketDetails class.
Method Details
fromJson
public static TechnicalTicketDetails fromJson(JsonReader jsonReader)
Reads an instance of TechnicalTicketDetails from the JsonReader.
Parameters:
Returns:
Throws:
resourceId
public String resourceId()
Get the resourceId property: This is the resource Id of the Azure service resource (For example: A virtual machine resource or an HDInsight resource) for which the support ticket is created.
Returns:
toJson
validate
public void validate()
Validates the instance.
withResourceId
public TechnicalTicketDetails withResourceId(String resourceId)
Set the resourceId property: This is the resource Id of the Azure service resource (For example: A virtual machine resource or an HDInsight resource) for which the support ticket is created.
Parameters:
Returns: