Class ExtensionTopicProperties
- java.lang.Object
-
- com.azure.resourcemanager.eventgrid.fluent.models.ExtensionTopicProperties
-
public final class ExtensionTopicProperties extends Object
Properties of the Extension Topic.
-
-
Constructor Summary
Constructors Constructor Description ExtensionTopicProperties()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdescription()Get the description property: Description of the extension topic.StringsystemTopic()Get the systemTopic property: System topic resource id which is mapped to the source.voidvalidate()Validates the instance.ExtensionTopicPropertieswithDescription(String description)Set the description property: Description of the extension topic.ExtensionTopicPropertieswithSystemTopic(String systemTopic)Set the systemTopic property: System topic resource id which is mapped to the source.
-
-
-
Method Detail
-
description
public String description()
Get the description property: Description of the extension topic.- Returns:
- the description value.
-
withDescription
public ExtensionTopicProperties withDescription(String description)
Set the description property: Description of the extension topic.- Parameters:
description- the description value to set.- Returns:
- the ExtensionTopicProperties 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 ExtensionTopicProperties 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 ExtensionTopicProperties object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-