Class Tag


  • public class Tag
    extends Object
    Represents a Tag.
    • Constructor Detail

      • Tag

        public Tag()
    • Method Detail

      • id

        public UUID id()
        Get the id value.
        Returns:
        the id value
      • name

        public String name()
        Get the name value.
        Returns:
        the name value
      • withName

        public Tag withName​(String name)
        Set the name value.
        Parameters:
        name - the name value to set
        Returns:
        the Tag object itself.
      • description

        public String description()
        Get the description value.
        Returns:
        the description value
      • withDescription

        public Tag withDescription​(String description)
        Set the description value.
        Parameters:
        description - the description value to set
        Returns:
        the Tag object itself.
      • type

        public TagType type()
        Get the type value.
        Returns:
        the type value
      • withType

        public Tag withType​(TagType type)
        Set the type value.
        Parameters:
        type - the type value to set
        Returns:
        the Tag object itself.
      • imageCount

        public int imageCount()
        Get the imageCount value.
        Returns:
        the imageCount value