Class ExtensionTopicProperties

java.lang.Object
com.azure.resourcemanager.eventgrid.fluent.models.ExtensionTopicProperties

public final class ExtensionTopicProperties extends Object
Properties of the Extension Topic.
  • Constructor Details

    • ExtensionTopicProperties

      public ExtensionTopicProperties()
  • Method Details

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