public final class ExpansionFile
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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ExpansionFile() |
| Modifier and Type | Method and Description |
|---|---|
ExpansionFile |
clone() |
java.lang.Long |
getFileSize()
If set this field indicates that this APK has an Expansion File uploaded to it: this APK does
not reference another APK's Expansion File.
|
java.lang.Integer |
getReferencesVersion()
If set this APK's Expansion File references another APK's Expansion File.
|
ExpansionFile |
set(java.lang.String fieldName,
java.lang.Object value) |
ExpansionFile |
setFileSize(java.lang.Long fileSize)
If set this field indicates that this APK has an Expansion File uploaded to it: this APK does
not reference another APK's Expansion File.
|
ExpansionFile |
setReferencesVersion(java.lang.Integer referencesVersion)
If set this APK's Expansion File references another APK's Expansion File.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getFileSize()
null for nonepublic ExpansionFile setFileSize(java.lang.Long fileSize)
fileSize - fileSize or null for nonepublic java.lang.Integer getReferencesVersion()
null for nonepublic ExpansionFile setReferencesVersion(java.lang.Integer referencesVersion)
referencesVersion - referencesVersion or null for nonepublic ExpansionFile set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ExpansionFile clone()
clone in class com.google.api.client.json.GenericJson