public final class Image
extends com.google.api.client.json.GenericJson
This is the Java data model class that specifies how to parse/serialize into the JSON that is transmitted over HTTP when working with the Google Play Developer API. For a detailed explanation see: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Image() |
| Modifier and Type | Method and Description |
|---|---|
Image |
clone() |
java.lang.String |
getId()
A unique id representing this image.
|
java.lang.String |
getSha1()
A sha1 hash of the image that was uploaded.
|
java.lang.String |
getUrl()
A URL that will serve a preview of the image.
|
Image |
set(java.lang.String fieldName,
java.lang.Object value) |
Image |
setId(java.lang.String id)
A unique id representing this image.
|
Image |
setSha1(java.lang.String sha1)
A sha1 hash of the image that was uploaded.
|
Image |
setUrl(java.lang.String url)
A URL that will serve a preview of the image.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getId()
null for nonepublic Image setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getSha1()
null for nonepublic Image setSha1(java.lang.String sha1)
sha1 - sha1 or null for nonepublic java.lang.String getUrl()
null for nonepublic Image setUrl(java.lang.String url)
url - url or null for nonepublic Image set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Image clone()
clone in class com.google.api.client.json.GenericJson