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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PosStore() |
Modifier and Type | Method and Description |
---|---|
PosStore |
clone() |
List<String> |
getGcidCategory()
The business type of the store.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getMatchingStatus()
Output only.
|
String |
getMatchingStatusHint()
Output only.
|
String |
getPhoneNumber()
The store phone number.
|
String |
getPlaceId()
The Google Place Id of the store location.
|
String |
getStoreAddress()
Required.
|
String |
getStoreCode()
Required.
|
String |
getStoreName()
The merchant or store name.
|
String |
getWebsiteUrl()
The website url for the store or merchant.
|
PosStore |
set(String fieldName,
Object value) |
PosStore |
setGcidCategory(List<String> gcidCategory)
The business type of the store.
|
PosStore |
setKind(String kind)
Identifies what kind of resource this is.
|
PosStore |
setMatchingStatus(String matchingStatus)
Output only.
|
PosStore |
setMatchingStatusHint(String matchingStatusHint)
Output only.
|
PosStore |
setPhoneNumber(String phoneNumber)
The store phone number.
|
PosStore |
setPlaceId(String placeId)
The Google Place Id of the store location.
|
PosStore |
setStoreAddress(String storeAddress)
Required.
|
PosStore |
setStoreCode(String storeCode)
Required.
|
PosStore |
setStoreName(String storeName)
The merchant or store name.
|
PosStore |
setWebsiteUrl(String websiteUrl)
The website url for the store or merchant.
|
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<String> getGcidCategory()
null
for nonepublic PosStore setGcidCategory(List<String> gcidCategory)
gcidCategory
- gcidCategory or null
for nonepublic String getKind()
null
for nonepublic PosStore setKind(String kind)
kind
- kind or null
for nonepublic String getMatchingStatus()
null
for nonepublic PosStore setMatchingStatus(String matchingStatus)
matchingStatus
- matchingStatus or null
for nonepublic String getMatchingStatusHint()
null
for nonepublic PosStore setMatchingStatusHint(String matchingStatusHint)
matchingStatusHint
- matchingStatusHint or null
for nonepublic String getPhoneNumber()
null
for nonepublic PosStore setPhoneNumber(String phoneNumber)
phoneNumber
- phoneNumber or null
for nonepublic String getPlaceId()
null
for nonepublic PosStore setPlaceId(String placeId)
placeId
- placeId or null
for nonepublic String getStoreAddress()
null
for nonepublic PosStore setStoreAddress(String storeAddress)
storeAddress
- storeAddress or null
for nonepublic String getStoreCode()
null
for nonepublic PosStore setStoreCode(String storeCode)
storeCode
- storeCode or null
for nonepublic String getStoreName()
null
for nonepublic PosStore setStoreName(String storeName)
storeName
- storeName or null
for nonepublic String getWebsiteUrl()
null
for nonepublic PosStore setWebsiteUrl(String websiteUrl)
websiteUrl
- websiteUrl or null
for nonepublic PosStore set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public PosStore clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.