public final class Track extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Track() |
| Modifier and Type | Method and Description |
|---|---|
Track |
clone() |
String |
getTrack()
Identifier for this track.
|
Double |
getUserFraction() |
List<Integer> |
getVersionCodes()
Version codes to make active on this track.
|
Track |
set(String fieldName,
Object value) |
Track |
setTrack(String track)
Identifier for this track.
|
Track |
setUserFraction(Double userFraction) |
Track |
setVersionCodes(List<Integer> versionCodes)
Version codes to make active on this track.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getTrack()
null for nonepublic Track setTrack(String track)
track - track or null for nonepublic Double getUserFraction()
null for nonepublic Track setUserFraction(Double userFraction)
userFraction - userFraction or null for nonepublic List<Integer> getVersionCodes()
null for nonepublic Track setVersionCodes(List<Integer> versionCodes)
versionCodes - versionCodes or null for nonepublic Track set(String fieldName, Object value)
set in class GenericJsonpublic Track clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.