SupportTopic Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. SupportTopic
- com.
Implements
public final class SupportTopic
implements JsonSerializable<SupportTopic>
Defines a unique Support Topic.
Constructor Summary
Constructor | Description |
---|---|
SupportTopic() |
Creates an instance of Support |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Support |
fromJson(JsonReader jsonReader)
Reads an instance of Support |
String |
id()
Get the id property: Support Topic Id. |
String |
pesId()
Get the pes |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Constructor Details
SupportTopic
public SupportTopic()
Creates an instance of SupportTopic class.
Method Details
fromJson
public static SupportTopic fromJson(JsonReader jsonReader)
Reads an instance of SupportTopic from the JsonReader.
Parameters:
Returns:
Throws:
id
public String id()
Get the id property: Support Topic Id.
Returns:
pesId
public String pesId()
Get the pesId property: Unique resource Id.
Returns:
toJson
validate
public void validate()
Validates the instance.
Applies to
Azure SDK for Java