Class ExtensionTopicInner
- java.lang.Object
-
- com.azure.core.management.ProxyResource
-
- com.azure.resourcemanager.eventgrid.fluent.models.ExtensionTopicInner
-
public final class ExtensionTopicInner extends com.azure.core.management.ProxyResourceEvent grid Extension Topic. This is used for getting Event Grid related metrics for Azure resources.
-
-
Constructor Summary
Constructors Constructor Description ExtensionTopicInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description property: Description of the extension topic.com.azure.core.management.SystemDatasystemData()Get the systemData property: The system metadata relating to the Extension Topic resource.StringsystemTopic()Get the systemTopic property: System topic resource id which is mapped to the source.voidvalidate()Validates the instance.ExtensionTopicInnerwithDescription(String description)Set the description property: Description of the extension topic.ExtensionTopicInnerwithSystemTopic(String systemTopic)Set the systemTopic property: System topic resource id which is mapped to the source.
-
-
-
Method Detail
-
systemData
public com.azure.core.management.SystemData systemData()
Get the systemData property: The system metadata relating to the Extension Topic resource.- Returns:
- the systemData value.
-
description
public String description()
Get the description property: Description of the extension topic.- Returns:
- the description value.
-
withDescription
public ExtensionTopicInner withDescription(String description)
Set the description property: Description of the extension topic.- Parameters:
description- the description value to set.- Returns:
- the ExtensionTopicInner object itself.
-
systemTopic
public String systemTopic()
Get the systemTopic property: System topic resource id which is mapped to the source.- Returns:
- the systemTopic value.
-
withSystemTopic
public ExtensionTopicInner withSystemTopic(String systemTopic)
Set the systemTopic property: System topic resource id which is mapped to the source.- Parameters:
systemTopic- the systemTopic value to set.- Returns:
- the ExtensionTopicInner object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-