public final class Screen
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 Cloud Tool Results API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Screen() |
| Modifier and Type | Method and Description |
|---|---|
Screen |
clone() |
java.lang.String |
getFileReference()
File reference of the png file.
|
java.lang.String |
getLocale()
Locale of the device that the screenshot was taken on.
|
java.lang.String |
getModel()
Model of the device that the screenshot was taken on.
|
java.lang.String |
getVersion()
OS version of the device that the screenshot was taken on.
|
Screen |
set(java.lang.String fieldName,
java.lang.Object value) |
Screen |
setFileReference(java.lang.String fileReference)
File reference of the png file.
|
Screen |
setLocale(java.lang.String locale)
Locale of the device that the screenshot was taken on.
|
Screen |
setModel(java.lang.String model)
Model of the device that the screenshot was taken on.
|
Screen |
setVersion(java.lang.String version)
OS version of the device that the screenshot was taken on.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getFileReference()
null for nonepublic Screen setFileReference(java.lang.String fileReference)
fileReference - fileReference or null for nonepublic java.lang.String getLocale()
null for nonepublic Screen setLocale(java.lang.String locale)
locale - locale or null for nonepublic java.lang.String getModel()
null for nonepublic Screen setModel(java.lang.String model)
model - model or null for nonepublic java.lang.String getVersion()
null for nonepublic Screen setVersion(java.lang.String version)
version - version or null for nonepublic Screen set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Screen clone()
clone in class com.google.api.client.json.GenericJson