Class ImageTagCreateEntry


  • public class ImageTagCreateEntry
    extends Object
    Entry associating a tag to an image.
    • Constructor Detail

      • ImageTagCreateEntry

        public ImageTagCreateEntry()
    • Method Detail

      • imageId

        public UUID imageId()
        Get the imageId value.
        Returns:
        the imageId value
      • withImageId

        public ImageTagCreateEntry withImageId​(UUID imageId)
        Set the imageId value.
        Parameters:
        imageId - the imageId value to set
        Returns:
        the ImageTagCreateEntry object itself.
      • tagId

        public UUID tagId()
        Get the tagId value.
        Returns:
        the tagId value
      • withTagId

        public ImageTagCreateEntry withTagId​(UUID tagId)
        Set the tagId value.
        Parameters:
        tagId - the tagId value to set
        Returns:
        the ImageTagCreateEntry object itself.