Class ImageFileCreateEntry


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

      • ImageFileCreateEntry

        public ImageFileCreateEntry()
    • Method Detail

      • name

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

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

        public byte[] contents()
        Get the contents value.
        Returns:
        the contents value
      • withContents

        public ImageFileCreateEntry withContents​(byte[] contents)
        Set the contents value.
        Parameters:
        contents - the contents value to set
        Returns:
        the ImageFileCreateEntry object itself.
      • tagIds

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

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

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

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