| Constructor and Description |
|---|
GetBackgroundsResponse() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.Integer |
getAngle() |
java.lang.String |
getColor() |
java.lang.Integer |
getHeight() |
java.lang.Integer |
getId() |
java.util.List<Image> |
getImages() |
java.lang.String |
getName() |
java.util.List<GradientPoint> |
getPoints() |
GetBackgroundsResponseType |
getType() |
java.lang.Integer |
getWidth() |
int |
hashCode() |
GetBackgroundsResponse |
setAngle(java.lang.Integer angle) |
GetBackgroundsResponse |
setColor(java.lang.String color) |
GetBackgroundsResponse |
setHeight(java.lang.Integer height) |
GetBackgroundsResponse |
setId(java.lang.Integer id) |
GetBackgroundsResponse |
setImages(java.util.List<Image> images) |
GetBackgroundsResponse |
setName(java.lang.String name) |
GetBackgroundsResponse |
setPoints(java.util.List<GradientPoint> points) |
GetBackgroundsResponse |
setType(GetBackgroundsResponseType type) |
GetBackgroundsResponse |
setWidth(java.lang.Integer width) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic java.lang.Integer getAngle()
public GetBackgroundsResponse setAngle(java.lang.Integer angle)
public java.lang.String getColor()
public GetBackgroundsResponse setColor(java.lang.String color)
public java.lang.Integer getHeight()
public GetBackgroundsResponse setHeight(java.lang.Integer height)
public java.lang.Integer getId()
public GetBackgroundsResponse setId(java.lang.Integer id)
public java.util.List<Image> getImages()
public GetBackgroundsResponse setImages(java.util.List<Image> images)
public java.lang.String getName()
public GetBackgroundsResponse setName(java.lang.String name)
public java.util.List<GradientPoint> getPoints()
public GetBackgroundsResponse setPoints(java.util.List<GradientPoint> points)
public GetBackgroundsResponseType getType()
public GetBackgroundsResponse setType(GetBackgroundsResponseType type)
public java.lang.Integer getWidth()
public GetBackgroundsResponse setWidth(java.lang.Integer width)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()