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 Android 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() |
CountryTargeting |
getCountryTargeting()
Restricts a release to a specific set of countries.
|
Integer |
getInAppUpdatePriority()
In-app update priority of the release.
|
String |
getName()
The release name.
|
List<LocalizedText> |
getReleaseNotes()
A description of what is new in this release.
|
String |
getStatus()
The status of the release.
|
Double |
getUserFraction()
Fraction of users who are eligible for a staged release.
|
List<Long> |
getVersionCodes()
Version codes of all APKs in the release.
|
TrackRelease |
set(String fieldName,
Object value) |
TrackRelease |
setCountryTargeting(CountryTargeting countryTargeting)
Restricts a release to a specific set of countries.
|
TrackRelease |
setInAppUpdatePriority(Integer inAppUpdatePriority)
In-app update priority of the release.
|
TrackRelease |
setName(String name)
The release name.
|
TrackRelease |
setReleaseNotes(List<LocalizedText> releaseNotes)
A description of what is new in this release.
|
TrackRelease |
setStatus(String status)
The status of the release.
|
TrackRelease |
setUserFraction(Double userFraction)
Fraction of users who are eligible for a staged release.
|
TrackRelease |
setVersionCodes(List<Long> versionCodes)
Version codes of all APKs in the release.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public CountryTargeting getCountryTargeting()
null
for nonepublic TrackRelease setCountryTargeting(CountryTargeting countryTargeting)
countryTargeting
- countryTargeting or null
for nonepublic Integer getInAppUpdatePriority()
null
for nonepublic TrackRelease setInAppUpdatePriority(Integer inAppUpdatePriority)
inAppUpdatePriority
- inAppUpdatePriority or null
for nonepublic 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–2025 Google. All rights reserved.