public final class TrackReleasePinPinTargeting 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 |
|---|
TrackReleasePinPinTargeting() |
| Modifier and Type | Method and Description |
|---|---|
TrackReleasePinPinTargeting |
clone() |
List<String> |
getCountryCodes() |
List<TrackReleasePinPinTargetingDevicePin> |
getDevices() |
List<Long> |
getPhoneskyVersions() |
List<Integer> |
getSdkVersions() |
TrackReleasePinPinTargeting |
set(String fieldName,
Object value) |
TrackReleasePinPinTargeting |
setCountryCodes(List<String> countryCodes) |
TrackReleasePinPinTargeting |
setDevices(List<TrackReleasePinPinTargetingDevicePin> devices) |
TrackReleasePinPinTargeting |
setPhoneskyVersions(List<Long> phoneskyVersions) |
TrackReleasePinPinTargeting |
setSdkVersions(List<Integer> sdkVersions) |
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 TrackReleasePinPinTargeting setCountryCodes(List<String> countryCodes)
countryCodes - countryCodes or null for nonepublic List<TrackReleasePinPinTargetingDevicePin> getDevices()
null for nonepublic TrackReleasePinPinTargeting setDevices(List<TrackReleasePinPinTargetingDevicePin> devices)
devices - devices or null for nonepublic TrackReleasePinPinTargeting setPhoneskyVersions(List<Long> phoneskyVersions)
phoneskyVersions - phoneskyVersions or null for nonepublic TrackReleasePinPinTargeting setSdkVersions(List<Integer> sdkVersions)
sdkVersions - sdkVersions or null for nonepublic TrackReleasePinPinTargeting set(String fieldName, Object value)
set in class GenericJsonpublic TrackReleasePinPinTargeting clone()
clone in class GenericJsonCopyright © 2011–2020 Google. All rights reserved.