public final class StoreCluster
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 EMM 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
StoreCluster() |
| Modifier and Type | Method and Description |
|---|---|
StoreCluster |
clone() |
String |
getId()
Unique ID of this cluster.
|
String |
getKind()
Identifies what kind of resource this is.
|
List<LocalizedText> |
getName()
Ordered list of localized strings giving the name of this page.
|
String |
getOrderInPage()
String (US-ASCII only) used to determine order of this cluster within the parent page's
elements.
|
List<String> |
getProductId()
List of products in the order they are displayed in the cluster.
|
StoreCluster |
set(String fieldName,
Object value) |
StoreCluster |
setId(String id)
Unique ID of this cluster.
|
StoreCluster |
setKind(String kind)
Identifies what kind of resource this is.
|
StoreCluster |
setName(List<LocalizedText> name)
Ordered list of localized strings giving the name of this page.
|
StoreCluster |
setOrderInPage(String orderInPage)
String (US-ASCII only) used to determine order of this cluster within the parent page's
elements.
|
StoreCluster |
setProductId(List<String> productId)
List of products in the order they are displayed in the cluster.
|
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 String getId()
null for nonepublic StoreCluster setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic StoreCluster setKind(String kind)
kind - kind or null for nonepublic List<LocalizedText> getName()
null for nonepublic StoreCluster setName(List<LocalizedText> name)
name - name or null for nonepublic String getOrderInPage()
null for nonepublic StoreCluster setOrderInPage(String orderInPage)
orderInPage - orderInPage or null for nonepublic List<String> getProductId()
null for nonepublic StoreCluster setProductId(List<String> productId)
productId - productId or null for nonepublic StoreCluster set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic StoreCluster clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2018 Google. All rights reserved.