public class PutImageResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private Image |
image
Details of the image uploaded.
|
Constructor and Description |
---|
PutImageResult() |
Modifier and Type | Method and Description |
---|---|
PutImageResult |
clone() |
boolean |
equals(java.lang.Object obj) |
Image |
getImage()
Details of the image uploaded.
|
int |
hashCode() |
void |
setImage(Image image)
Details of the image uploaded.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutImageResult |
withImage(Image image)
Details of the image uploaded.
|
private Image image
Details of the image uploaded.
public void setImage(Image image)
Details of the image uploaded.
image
- Details of the image uploaded.public Image getImage()
Details of the image uploaded.
public PutImageResult withImage(Image image)
Details of the image uploaded.
image
- Details of the image uploaded.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public PutImageResult clone()
clone
in class java.lang.Object