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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
TrackRelease() |
Modifier and Type | Method and Description |
---|---|
TrackRelease |
clone() |
String |
getName()
The release name, used to identify this release in the Play Console UI.
|
List<LocalizedText> |
getReleaseNotes()
The description of what is new in the app in this release.
|
String |
getStatus()
The desired status of this release.
|
Double |
getUserFraction()
Fraction of users who are eligible to receive the release.
|
List<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(String fieldName,
Object value) |
TrackRelease |
setName(String name)
The release name, used to identify this release in the Play Console UI.
|
TrackRelease |
setReleaseNotes(List<LocalizedText> releaseNotes)
The description of what is new in the app in this release.
|
TrackRelease |
setStatus(String status)
The desired status of this release.
|
TrackRelease |
setUserFraction(Double userFraction)
Fraction of users who are eligible to receive the release.
|
TrackRelease |
setVersionCodes(List<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, 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 String getName()
null
for nonepublic TrackRelease setName(String name)
name
- name or null
for nonepublic List<LocalizedText> getReleaseNotes()
null
for nonepublic TrackRelease setReleaseNotes(List<LocalizedText> releaseNotes)
releaseNotes
- releaseNotes or null
for nonepublic String getStatus()
null
for nonepublic TrackRelease setStatus(String status)
status
- status or null
for nonepublic Double getUserFraction()
null
for nonepublic TrackRelease setUserFraction(Double userFraction)
userFraction
- userFraction or null
for nonepublic List<Long> getVersionCodes()
null
for nonepublic TrackRelease setVersionCodes(List<Long> versionCodes)
versionCodes
- versionCodes or null
for nonepublic TrackRelease set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public TrackRelease clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2018 Google. All rights reserved.