public final class AppVersion
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 EMM 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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
AppVersion() |
Modifier and Type | Method and Description |
---|---|
AppVersion |
clone() |
Boolean |
getIsProduction()
True if this version is a production APK.
|
String |
getTrack()
Deprecated, use trackId instead.
|
List<String> |
getTrackId()
Track ids that the app version is published in.
|
Integer |
getVersionCode()
Unique increasing identifier for the app version.
|
String |
getVersionString()
The string used in the Play store by the app developer to identify the version.
|
AppVersion |
set(String fieldName,
Object value) |
AppVersion |
setIsProduction(Boolean isProduction)
True if this version is a production APK.
|
AppVersion |
setTrack(String track)
Deprecated, use trackId instead.
|
AppVersion |
setTrackId(List<String> trackId)
Track ids that the app version is published in.
|
AppVersion |
setVersionCode(Integer versionCode)
Unique increasing identifier for the app version.
|
AppVersion |
setVersionString(String versionString)
The string used in the Play store by the app developer to identify the version.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public Boolean getIsProduction()
null
for nonepublic AppVersion setIsProduction(Boolean isProduction)
isProduction
- isProduction or null
for nonepublic String getTrack()
null
for nonepublic AppVersion setTrack(String track)
track
- track or null
for nonepublic List<String> getTrackId()
null
for nonepublic AppVersion setTrackId(List<String> trackId)
trackId
- trackId or null
for nonepublic Integer getVersionCode()
null
for nonepublic AppVersion setVersionCode(Integer versionCode)
versionCode
- versionCode or null
for nonepublic String getVersionString()
null
for nonepublic AppVersion setVersionString(String versionString)
versionString
- versionString or null
for nonepublic AppVersion set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public AppVersion clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.