Interface Tag

    • Method Detail

      • getName

        java.lang.String getName​()
        Returns the name property from a Tag instance.
        Returns:
        the name property from this tag
      • setName

        void setName​(java.lang.String name)
        Sets the name property of a Tag instance to the given string.
        Parameters:
        name - the name property for this tag
      • name

        Tag name​(java.lang.String name)
        Sets the name property of a Tag instance to the given string.
        Parameters:
        name - the name property for this tag
        Returns:
        the current Tag instance
      • getDescription

        java.lang.String getDescription​()
        Returns the description property from a Tag instance.
        Returns:
        the description property from this tag
      • setDescription

        void setDescription​(java.lang.String description)
        Sets the description property of a Tag instance to the given string.
        Parameters:
        description - the description property for this tag
      • description

        Tag description​(java.lang.String description)
        Sets the description property of a Tag instance to the given string.
        Parameters:
        description - the description property for this tag
        Returns:
        the current Tag instance
      • getExternalDocs

        ExternalDocumentation getExternalDocs​()
        Returns the externalDocs property from a Tag instance.
        Returns:
        additional external documentation from this tag
      • setExternalDocs

        void setExternalDocs​(ExternalDocumentation externalDocs)
        Sets the externalDocs property of a Tag instance to the given object.
        Parameters:
        externalDocs - additional external documentation for this tag
      • externalDocs

        Tag externalDocs​(ExternalDocumentation externalDocs)
        Sets the externalDocs property of a Tag instance to the given object.
        Parameters:
        externalDocs - additional external documentation for this tag
        Returns:
        the current Tag instance