public final class TrackReleasePinPinTargeting
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| Constructor and Description |
|---|
TrackReleasePinPinTargeting() |
| Modifier and Type | Method and Description |
|---|---|
TrackReleasePinPinTargeting |
clone() |
java.util.List<java.lang.String> |
getCountryCodes() |
java.util.List<TrackReleasePinPinTargetingDevicePin> |
getDevices() |
java.util.List<java.lang.Long> |
getPhoneskyVersions() |
java.util.List<java.lang.Integer> |
getSdkVersions() |
TrackReleasePinPinTargeting |
set(java.lang.String fieldName,
java.lang.Object value) |
TrackReleasePinPinTargeting |
setCountryCodes(java.util.List<java.lang.String> countryCodes) |
TrackReleasePinPinTargeting |
setDevices(java.util.List<TrackReleasePinPinTargetingDevicePin> devices) |
TrackReleasePinPinTargeting |
setPhoneskyVersions(java.util.List<java.lang.Long> phoneskyVersions) |
TrackReleasePinPinTargeting |
setSdkVersions(java.util.List<java.lang.Integer> sdkVersions) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<java.lang.String> getCountryCodes()
null for nonepublic TrackReleasePinPinTargeting setCountryCodes(java.util.List<java.lang.String> countryCodes)
countryCodes - countryCodes or null for nonepublic java.util.List<TrackReleasePinPinTargetingDevicePin> getDevices()
null for nonepublic TrackReleasePinPinTargeting setDevices(java.util.List<TrackReleasePinPinTargetingDevicePin> devices)
devices - devices or null for nonepublic java.util.List<java.lang.Long> getPhoneskyVersions()
null for nonepublic TrackReleasePinPinTargeting setPhoneskyVersions(java.util.List<java.lang.Long> phoneskyVersions)
phoneskyVersions - phoneskyVersions or null for nonepublic java.util.List<java.lang.Integer> getSdkVersions()
null for nonepublic TrackReleasePinPinTargeting setSdkVersions(java.util.List<java.lang.Integer> sdkVersions)
sdkVersions - sdkVersions or null for nonepublic TrackReleasePinPinTargeting set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic TrackReleasePinPinTargeting clone()
clone in class com.google.api.client.json.GenericJson