public final class DeviceTierConfig
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.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
DeviceTierConfig() |
Modifier and Type | Method and Description |
---|---|
DeviceTierConfig |
clone() |
List<DeviceGroup> |
getDeviceGroups()
Definition of device groups for the app.
|
Long |
getDeviceTierConfigId()
Output only.
|
DeviceTierSet |
getDeviceTierSet()
Definition of the set of device tiers for the app.
|
List<UserCountrySet> |
getUserCountrySets()
Definition of user country sets for the app.
|
DeviceTierConfig |
set(String fieldName,
Object value) |
DeviceTierConfig |
setDeviceGroups(List<DeviceGroup> deviceGroups)
Definition of device groups for the app.
|
DeviceTierConfig |
setDeviceTierConfigId(Long deviceTierConfigId)
Output only.
|
DeviceTierConfig |
setDeviceTierSet(DeviceTierSet deviceTierSet)
Definition of the set of device tiers for the app.
|
DeviceTierConfig |
setUserCountrySets(List<UserCountrySet> userCountrySets)
Definition of user country sets for the app.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<DeviceGroup> getDeviceGroups()
null
for nonepublic DeviceTierConfig setDeviceGroups(List<DeviceGroup> deviceGroups)
deviceGroups
- deviceGroups or null
for nonepublic Long getDeviceTierConfigId()
null
for nonepublic DeviceTierConfig setDeviceTierConfigId(Long deviceTierConfigId)
deviceTierConfigId
- deviceTierConfigId or null
for nonepublic DeviceTierSet getDeviceTierSet()
null
for nonepublic DeviceTierConfig setDeviceTierSet(DeviceTierSet deviceTierSet)
deviceTierSet
- deviceTierSet or null
for nonepublic List<UserCountrySet> getUserCountrySets()
null
for nonepublic DeviceTierConfig setUserCountrySets(List<UserCountrySet> userCountrySets)
userCountrySets
- userCountrySets or null
for nonepublic DeviceTierConfig set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public DeviceTierConfig clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.