Class SystemTopicUpdateParameters


  • public final class SystemTopicUpdateParameters
    extends Object
    Properties of the System Topic update.
    • Constructor Detail

      • SystemTopicUpdateParameters

        public SystemTopicUpdateParameters()
    • Method Detail

      • tags

        public Map<String,​String> tags()
        Get the tags property: Tags of the system topic.
        Returns:
        the tags value.
      • withTags

        public SystemTopicUpdateParameters withTags​(Map<String,​String> tags)
        Set the tags property: Tags of the system topic.
        Parameters:
        tags - the tags value to set.
        Returns:
        the SystemTopicUpdateParameters object itself.
      • identity

        public IdentityInfo identity()
        Get the identity property: Resource identity information.
        Returns:
        the identity value.
      • withIdentity

        public SystemTopicUpdateParameters withIdentity​(IdentityInfo identity)
        Set the identity property: Resource identity information.
        Parameters:
        identity - the identity value to set.
        Returns:
        the SystemTopicUpdateParameters object itself.
      • validate

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