public final class TrackReleasePin 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: http://code.google.com/p/google-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
TrackReleasePin() |
| Modifier and Type | Method and Description |
|---|---|
TrackReleasePin |
clone() |
List<TrackReleasePinPinTargeting> |
getTargetings() |
List<Long> |
getVersionCodes() |
TrackReleasePin |
set(String fieldName,
Object value) |
TrackReleasePin |
setTargetings(List<TrackReleasePinPinTargeting> targetings) |
TrackReleasePin |
setVersionCodes(List<Long> versionCodes) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic List<TrackReleasePinPinTargeting> getTargetings()
null for nonepublic TrackReleasePin setTargetings(List<TrackReleasePinPinTargeting> targetings)
targetings - targetings or null for nonepublic TrackReleasePin setVersionCodes(List<Long> versionCodes)
versionCodes - versionCodes or null for nonepublic TrackReleasePin set(String fieldName, Object value)
set in class GenericJsonpublic TrackReleasePin clone()
clone in class GenericJson