Class ProfileImage


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

      Constructors 
      Constructor Description
      ProfileImage()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getHeight()
      gets the height (in pixels) of the image
      java.lang.String getImageId()
      gets the image ID
      java.lang.Long getWidth()
      gets the width (in pixels) of the image
      ProfileImage setHeight​(java.lang.Long height)
      sets the width (in pixels) of the image
      ProfileImage setImageId​(java.lang.String id)
      sets the image ID
      ProfileImage setWidth​(java.lang.Long width)
      sets the width (in pixels)
      • Methods inherited from class java.lang.Object

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

      • ProfileImage

        public ProfileImage()
    • Method Detail

      • getImageId

        public java.lang.String getImageId()
        gets the image ID
        Returns:
        the id
      • setImageId

        public ProfileImage setImageId​(java.lang.String id)
        sets the image ID
        Parameters:
        id - the id
      • getWidth

        public java.lang.Long getWidth()
        gets the width (in pixels) of the image
      • setWidth

        public ProfileImage setWidth​(java.lang.Long width)
        sets the width (in pixels)
      • getHeight

        public java.lang.Long getHeight()
        gets the height (in pixels) of the image
        Returns:
        the height
      • setHeight

        public ProfileImage setHeight​(java.lang.Long height)
        sets the width (in pixels) of the image