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.
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
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.