Class Image


  • public class Image
    extends Object
    Image model to be sent as JSON.
    • Constructor Detail

      • Image

        public Image()
    • Method Detail

      • id

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

        public org.joda.time.DateTime created()
        Get the created value.
        Returns:
        the created value
      • width

        public int width()
        Get the width value.
        Returns:
        the width value
      • height

        public int height()
        Get the height value.
        Returns:
        the height value
      • resizedImageUri

        public String resizedImageUri()
        Get the resizedImageUri value.
        Returns:
        the resizedImageUri value
      • thumbnailUri

        public String thumbnailUri()
        Get the thumbnailUri value.
        Returns:
        the thumbnailUri value
      • originalImageUri

        public String originalImageUri()
        Get the originalImageUri value.
        Returns:
        the originalImageUri value
      • tags

        public List<ImageTag> tags()
        Get the tags value.
        Returns:
        the tags value
      • regions

        public List<ImageRegion> regions()
        Get the regions value.
        Returns:
        the regions value