Class ImageIdCreateEntry


  • public class ImageIdCreateEntry
    extends Object
    The ImageIdCreateEntry model.
    • Constructor Detail

      • ImageIdCreateEntry

        public ImageIdCreateEntry()
    • Method Detail

      • id

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

        public ImageIdCreateEntry withId​(UUID id)
        Set the id value.
        Parameters:
        id - the id value to set
        Returns:
        the ImageIdCreateEntry object itself.
      • tagIds

        public List<UUID> tagIds()
        Get the tagIds value.
        Returns:
        the tagIds value
      • withTagIds

        public ImageIdCreateEntry withTagIds​(List<UUID> tagIds)
        Set the tagIds value.
        Parameters:
        tagIds - the tagIds value to set
        Returns:
        the ImageIdCreateEntry object itself.
      • regions

        public List<Region> regions()
        Get the regions value.
        Returns:
        the regions value
      • withRegions

        public ImageIdCreateEntry withRegions​(List<Region> regions)
        Set the regions value.
        Parameters:
        regions - the regions value to set
        Returns:
        the ImageIdCreateEntry object itself.