public final class FreeListingsProgramStatus
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
FreeListingsProgramStatus() |
| Modifier and Type | Method and Description |
|---|---|
FreeListingsProgramStatus |
clone() |
String |
getGlobalState()
State of the program.
|
List<FreeListingsProgramStatusRegionStatus> |
getRegionStatuses()
Status of the program in each region.
|
FreeListingsProgramStatus |
set(String fieldName,
Object value) |
FreeListingsProgramStatus |
setGlobalState(String globalState)
State of the program.
|
FreeListingsProgramStatus |
setRegionStatuses(List<FreeListingsProgramStatusRegionStatus> regionStatuses)
Status of the program in each region.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic String getGlobalState()
null for nonepublic FreeListingsProgramStatus setGlobalState(String globalState)
globalState - globalState or null for nonepublic List<FreeListingsProgramStatusRegionStatus> getRegionStatuses()
null for nonepublic FreeListingsProgramStatus setRegionStatuses(List<FreeListingsProgramStatusRegionStatus> regionStatuses)
regionStatuses - regionStatuses or null for nonepublic FreeListingsProgramStatus set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic FreeListingsProgramStatus clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.