Class SupportTopic
- java.lang.Object
-
- com.azure.resourcemanager.appservice.models.SupportTopic
-
public final class SupportTopic extends Object
Defines a unique Support Topic.
-
-
Constructor Summary
Constructors Constructor Description SupportTopic()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()Get the id property: Support Topic Id.StringpesId()Get the pesId property: Unique resource Id.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
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.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-