public final class TrackCountryAvailability
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TrackCountryAvailability() |
| Modifier and Type | Method and Description |
|---|---|
TrackCountryAvailability |
clone() |
List<TrackTargetedCountry> |
getCountries()
A list of one or more countries where artifacts in this track are available.
|
Boolean |
getRestOfWorld()
Whether artifacts in this track are available to "rest of the world" countries.
|
Boolean |
getSyncWithProduction()
Whether this track's availability is synced with the default production track.
|
TrackCountryAvailability |
set(String fieldName,
Object value) |
TrackCountryAvailability |
setCountries(List<TrackTargetedCountry> countries)
A list of one or more countries where artifacts in this track are available.
|
TrackCountryAvailability |
setRestOfWorld(Boolean restOfWorld)
Whether artifacts in this track are available to "rest of the world" countries.
|
TrackCountryAvailability |
setSyncWithProduction(Boolean syncWithProduction)
Whether this track's availability is synced with the default production 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 List<TrackTargetedCountry> getCountries()
null for nonepublic TrackCountryAvailability setCountries(List<TrackTargetedCountry> countries)
countries - countries or null for nonepublic Boolean getRestOfWorld()
null for nonepublic TrackCountryAvailability setRestOfWorld(Boolean restOfWorld)
restOfWorld - restOfWorld or null for nonepublic Boolean getSyncWithProduction()
null for nonepublic TrackCountryAvailability setSyncWithProduction(Boolean syncWithProduction)
syncWithProduction - syncWithProduction or null for nonepublic TrackCountryAvailability set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic TrackCountryAvailability clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.