Class ImageUrlCreateEntry


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

      • ImageUrlCreateEntry

        public ImageUrlCreateEntry()
    • Method Detail

      • url

        public String url()
        Get the url value.
        Returns:
        the url value
      • withUrl

        public ImageUrlCreateEntry withUrl​(String url)
        Set the url value.
        Parameters:
        url - the url value to set
        Returns:
        the ImageUrlCreateEntry object itself.
      • tagIds

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

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

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

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