public final class TrackRelease
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 |
|---|
TrackRelease() |
| Modifier and Type | Method and Description |
|---|---|
TrackRelease |
clone() |
java.lang.String |
getName()
The release name, used to identify this release in the Play Console UI.
|
java.util.List<LocalizedText> |
getReleaseNotes()
The description of what is new in the app in this release.
|
java.lang.String |
getStatus()
The desired status of this release.
|
java.lang.Double |
getUserFraction()
Fraction of users who are eligible to receive the release.
|
java.util.List<java.lang.Long> |
getVersionCodes()
A list of all version codes of APKs that will be exposed to the users of this track when this
release is rolled out.
|
TrackRelease |
set(java.lang.String fieldName,
java.lang.Object value) |
TrackRelease |
setName(java.lang.String name)
The release name, used to identify this release in the Play Console UI.
|
TrackRelease |
setReleaseNotes(java.util.List<LocalizedText> releaseNotes)
The description of what is new in the app in this release.
|
TrackRelease |
setStatus(java.lang.String status)
The desired status of this release.
|
TrackRelease |
setUserFraction(java.lang.Double userFraction)
Fraction of users who are eligible to receive the release.
|
TrackRelease |
setVersionCodes(java.util.List<java.lang.Long> versionCodes)
A list of all version codes of APKs that will be exposed to the users of this track when this
release is rolled out.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getName()
null for nonepublic TrackRelease setName(java.lang.String name)
name - name or null for nonepublic java.util.List<LocalizedText> getReleaseNotes()
null for nonepublic TrackRelease setReleaseNotes(java.util.List<LocalizedText> releaseNotes)
releaseNotes - releaseNotes or null for nonepublic java.lang.String getStatus()
null for nonepublic TrackRelease setStatus(java.lang.String status)
status - status or null for nonepublic java.lang.Double getUserFraction()
null for nonepublic TrackRelease setUserFraction(java.lang.Double userFraction)
userFraction - userFraction or null for nonepublic java.util.List<java.lang.Long> getVersionCodes()
null for nonepublic TrackRelease setVersionCodes(java.util.List<java.lang.Long> versionCodes)
versionCodes - versionCodes or null for nonepublic TrackRelease set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TrackRelease clone()
clone in class com.google.api.client.json.GenericJson