Class Message.AttachmentData

    • Method Detail

      • getWidth

        public int getWidth()
        The image's width.
        Returns:
        The image's width.
      • setWidth

        public void setWidth​(int width)
        The image's width.
      • getHeight

        public int getHeight()
        The image's height.
        Returns:
        The image's height.
      • setHeight

        public void setHeight​(int height)
        The image's height.
      • getUrl

        public String getUrl()
        The image's url.
        Returns:
        The image's url.
      • setUrl

        public void setUrl​(String url)
        The image's url.
      • getPreviewUrl

        public String getPreviewUrl()
        The image's preview url.
        Returns:
        The image's preview url.