Class ImageRegionCreateResult


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

      • ImageRegionCreateResult

        public ImageRegionCreateResult()
    • Method Detail

      • imageId

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

        public UUID regionId()
        Get the regionId value.
        Returns:
        the regionId value
      • tagName

        public String tagName()
        Get the tagName value.
        Returns:
        the tagName value
      • created

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

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

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

        public double left()
        Get the left value.
        Returns:
        the left value
      • withLeft

        public ImageRegionCreateResult withLeft​(double left)
        Set the left value.
        Parameters:
        left - the left value to set
        Returns:
        the ImageRegionCreateResult object itself.
      • top

        public double top()
        Get the top value.
        Returns:
        the top value
      • withTop

        public ImageRegionCreateResult withTop​(double top)
        Set the top value.
        Parameters:
        top - the top value to set
        Returns:
        the ImageRegionCreateResult object itself.
      • width

        public double width()
        Get the width value.
        Returns:
        the width value
      • withWidth

        public ImageRegionCreateResult withWidth​(double width)
        Set the width value.
        Parameters:
        width - the width value to set
        Returns:
        the ImageRegionCreateResult object itself.
      • height

        public double height()
        Get the height value.
        Returns:
        the height value
      • withHeight

        public ImageRegionCreateResult withHeight​(double height)
        Set the height value.
        Parameters:
        height - the height value to set
        Returns:
        the ImageRegionCreateResult object itself.