Class ImageUrl


  • public class ImageUrl
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ImageUrl()
      Constructor(s)
      ImageUrl​(java.lang.String imageId)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Error getError()
      Get the error object
      java.lang.Long getHeight()
      Get the image height
      java.lang.String getImageId()
      Get the image id.
      java.lang.String getUrl()
      Get the temporary URL that can be used to retrieve the image.
      java.lang.Long getWidth()
      Get the image width
      ImageUrl setError​(Error error)
      Set the error object.
      ImageUrl setHeight​(java.lang.Long height)
      Set the image height
      ImageUrl setImageId​(java.lang.String imageId)
      Set the image id
      ImageUrl setUrl​(java.lang.String url)
      Set the temporary URL that can be used to retrieve the image.
      ImageUrl setWidth​(java.lang.Long width)
      Set the image width
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImageUrl

        public ImageUrl()
        Constructor(s)
      • ImageUrl

        public ImageUrl​(java.lang.String imageId)
    • Method Detail

      • getImageId

        public java.lang.String getImageId()
        Get the image id.
        Returns:
        imageId
      • setImageId

        public ImageUrl setImageId​(java.lang.String imageId)
        Set the image id
      • getWidth

        public java.lang.Long getWidth()
        Get the image width
      • setWidth

        public ImageUrl setWidth​(java.lang.Long width)
        Set the image width
      • getHeight

        public java.lang.Long getHeight()
        Get the image height
      • setHeight

        public ImageUrl setHeight​(java.lang.Long height)
        Set the image height
      • getUrl

        public java.lang.String getUrl()
        Get the temporary URL that can be used to retrieve the image.
        Returns:
        the url
      • setUrl

        public ImageUrl setUrl​(java.lang.String url)
        Set the temporary URL that can be used to retrieve the image.
      • getError

        public Error getError()
        Get the error object
        Returns:
        error
      • setError

        public ImageUrl setError​(Error error)
        Set the error object.