SupportTopic Class

  • java.lang.Object
    • com.azure.resourcemanager.appservice.models.SupportTopic

Implements

public final class SupportTopic
implements JsonSerializable<SupportTopic>

Defines a unique Support Topic.

Constructor Summary

Constructor Description
SupportTopic()

Creates an instance of SupportTopic class.

Method Summary

Modifier and Type Method and Description
static SupportTopic fromJson(JsonReader jsonReader)

Reads an instance of SupportTopic from the JsonReader.

String id()

Get the id property: Support Topic Id.

String pesId()

Get the pesId property: Unique resource Id.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of SupportTopic if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the SupportTopic.

id

public String id()

Get the id property: Support Topic Id.

Returns:

the id value.

pesId

public String pesId()

Get the pesId property: Unique resource Id.

Returns:

the pesId value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

Applies to