public final class CollectionStatus
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 |
|---|
CollectionStatus() |
| Modifier and Type | Method and Description |
|---|---|
CollectionStatus |
clone() |
List<CollectionStatusItemLevelIssue> |
getCollectionLevelIssuses()
A list of all issues associated with the collection.
|
String |
getCreationDate()
Date on which the collection has been created in [ISO
8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time, and offset, for example
"2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z"
|
List<CollectionStatusDestinationStatus> |
getDestinationStatuses()
The intended destinations for the collection.
|
String |
getId()
Required.
|
String |
getLastUpdateDate()
Date on which the collection has been last updated in [ISO
8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time, and offset, for example
"2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z"
|
CollectionStatus |
set(String fieldName,
Object value) |
CollectionStatus |
setCollectionLevelIssuses(List<CollectionStatusItemLevelIssue> collectionLevelIssuses)
A list of all issues associated with the collection.
|
CollectionStatus |
setCreationDate(String creationDate)
Date on which the collection has been created in [ISO
8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time, and offset, for example
"2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z"
|
CollectionStatus |
setDestinationStatuses(List<CollectionStatusDestinationStatus> destinationStatuses)
The intended destinations for the collection.
|
CollectionStatus |
setId(String id)
Required.
|
CollectionStatus |
setLastUpdateDate(String lastUpdateDate)
Date on which the collection has been last updated in [ISO
8601](http://en.wikipedia.org/wiki/ISO_8601) format: Date, time, and offset, for example
"2020-01-02T09:00:00+01:00" or "2020-01-02T09:00:00Z"
|
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 List<CollectionStatusItemLevelIssue> getCollectionLevelIssuses()
null for nonepublic CollectionStatus setCollectionLevelIssuses(List<CollectionStatusItemLevelIssue> collectionLevelIssuses)
collectionLevelIssuses - collectionLevelIssuses or null for nonepublic String getCreationDate()
null for nonepublic CollectionStatus setCreationDate(String creationDate)
creationDate - creationDate or null for nonepublic List<CollectionStatusDestinationStatus> getDestinationStatuses()
null for nonepublic CollectionStatus setDestinationStatuses(List<CollectionStatusDestinationStatus> destinationStatuses)
destinationStatuses - destinationStatuses or null for nonepublic String getId()
null for nonepublic CollectionStatus setId(String id)
id - id or null for nonepublic String getLastUpdateDate()
null for nonepublic CollectionStatus setLastUpdateDate(String lastUpdateDate)
lastUpdateDate - lastUpdateDate or null for nonepublic CollectionStatus set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic CollectionStatus clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.