public final class PosStore
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 Content API for Shopping. 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 |
|---|
PosStore() |
| Modifier and Type | Method and Description |
|---|---|
PosStore |
clone() |
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getStoreAddress()
The street address of the store.
|
java.lang.String |
getStoreCode()
A store identifier that is unique for the given merchant.
|
PosStore |
set(java.lang.String fieldName,
java.lang.Object value) |
PosStore |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
PosStore |
setStoreAddress(java.lang.String storeAddress)
The street address of the store.
|
PosStore |
setStoreCode(java.lang.String storeCode)
A store identifier that is unique for the given merchant.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getKind()
null for nonepublic PosStore setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getStoreAddress()
null for nonepublic PosStore setStoreAddress(java.lang.String storeAddress)
storeAddress - storeAddress or null for nonepublic java.lang.String getStoreCode()
null for nonepublic PosStore setStoreCode(java.lang.String storeCode)
storeCode - storeCode or null for nonepublic PosStore set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic PosStore clone()
clone in class com.google.api.client.json.GenericJson