Class EventTypeInner


  • public final class EventTypeInner
    extends com.azure.core.management.ProxyResource
    Event Type for a subject under a topic.
    • Constructor Detail

      • EventTypeInner

        public EventTypeInner()
    • Method Detail

      • displayName

        public String displayName()
        Get the displayName property: Display name of the event type.
        Returns:
        the displayName value.
      • withDisplayName

        public EventTypeInner withDisplayName​(String displayName)
        Set the displayName property: Display name of the event type.
        Parameters:
        displayName - the displayName value to set.
        Returns:
        the EventTypeInner object itself.
      • description

        public String description()
        Get the description property: Description of the event type.
        Returns:
        the description value.
      • withDescription

        public EventTypeInner withDescription​(String description)
        Set the description property: Description of the event type.
        Parameters:
        description - the description value to set.
        Returns:
        the EventTypeInner object itself.
      • schemaUrl

        public String schemaUrl()
        Get the schemaUrl property: Url of the schema for this event type.
        Returns:
        the schemaUrl value.
      • withSchemaUrl

        public EventTypeInner withSchemaUrl​(String schemaUrl)
        Set the schemaUrl property: Url of the schema for this event type.
        Parameters:
        schemaUrl - the schemaUrl value to set.
        Returns:
        the EventTypeInner object itself.
      • isInDefaultSet

        public Boolean isInDefaultSet()
        Get the isInDefaultSet property: IsInDefaultSet flag of the event type.
        Returns:
        the isInDefaultSet value.
      • withIsInDefaultSet

        public EventTypeInner withIsInDefaultSet​(Boolean isInDefaultSet)
        Set the isInDefaultSet property: IsInDefaultSet flag of the event type.
        Parameters:
        isInDefaultSet - the isInDefaultSet value to set.
        Returns:
        the EventTypeInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.