Class PutImageResult

    • Constructor Detail

      • PutImageResult

        public PutImageResult()
    • Method Detail

      • setImage

        public void setImage​(Image image)

        Details of the image uploaded.

        Parameters:
        image - Details of the image uploaded.
      • getImage

        public Image getImage()

        Details of the image uploaded.

        Returns:
        Details of the image uploaded.
      • withImage

        public PutImageResult withImage​(Image image)

        Details of the image uploaded.

        Parameters:
        image - Details of the image uploaded.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object