public final class Control
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 |
|---|
Control() |
| Modifier and Type | Method and Description |
|---|---|
Control |
clone() |
java.util.List<ModRange> |
getModRanges() |
java.util.List<StratifiedSampling> |
getStratifiedSamplings() |
java.util.List<java.lang.Long> |
getVersionCodes() |
Control |
set(java.lang.String fieldName,
java.lang.Object value) |
Control |
setModRanges(java.util.List<ModRange> modRanges) |
Control |
setStratifiedSamplings(java.util.List<StratifiedSampling> stratifiedSamplings) |
Control |
setVersionCodes(java.util.List<java.lang.Long> versionCodes) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<ModRange> getModRanges()
null for nonepublic Control setModRanges(java.util.List<ModRange> modRanges)
modRanges - modRanges or null for nonepublic java.util.List<StratifiedSampling> getStratifiedSamplings()
null for nonepublic Control setStratifiedSamplings(java.util.List<StratifiedSampling> stratifiedSamplings)
stratifiedSamplings - stratifiedSamplings or null for nonepublic java.util.List<java.lang.Long> getVersionCodes()
null for nonepublic Control setVersionCodes(java.util.List<java.lang.Long> versionCodes)
versionCodes - versionCodes or null for nonepublic Control set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Control clone()
clone in class com.google.api.client.json.GenericJson