public final class ProductStatus
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 |
---|
ProductStatus() |
Modifier and Type | Method and Description |
---|---|
ProductStatus |
clone() |
String |
getCreationDate()
Date on which the item has been created, in ISO 8601 format.
|
List<ProductStatusDestinationStatus> |
getDestinationStatuses()
The intended destinations for the product.
|
String |
getGoogleExpirationDate()
Date on which the item expires in Google Shopping, in ISO 8601 format.
|
List<ProductStatusItemLevelIssue> |
getItemLevelIssues()
A list of all issues associated with the product.
|
String |
getKind()
Identifies what kind of resource this is.
|
String |
getLastUpdateDate()
Date on which the item has been last updated, in ISO 8601 format.
|
String |
getLink()
The link to the product.
|
String |
getProductId()
The ID of the product for which status is reported.
|
String |
getTitle()
The title of the product.
|
ProductStatus |
set(String fieldName,
Object value) |
ProductStatus |
setCreationDate(String creationDate)
Date on which the item has been created, in ISO 8601 format.
|
ProductStatus |
setDestinationStatuses(List<ProductStatusDestinationStatus> destinationStatuses)
The intended destinations for the product.
|
ProductStatus |
setGoogleExpirationDate(String googleExpirationDate)
Date on which the item expires in Google Shopping, in ISO 8601 format.
|
ProductStatus |
setItemLevelIssues(List<ProductStatusItemLevelIssue> itemLevelIssues)
A list of all issues associated with the product.
|
ProductStatus |
setKind(String kind)
Identifies what kind of resource this is.
|
ProductStatus |
setLastUpdateDate(String lastUpdateDate)
Date on which the item has been last updated, in ISO 8601 format.
|
ProductStatus |
setLink(String link)
The link to the product.
|
ProductStatus |
setProductId(String productId)
The ID of the product for which status is reported.
|
ProductStatus |
setTitle(String title)
The title of the product.
|
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 String getCreationDate()
null
for nonepublic ProductStatus setCreationDate(String creationDate)
creationDate
- creationDate or null
for nonepublic List<ProductStatusDestinationStatus> getDestinationStatuses()
null
for nonepublic ProductStatus setDestinationStatuses(List<ProductStatusDestinationStatus> destinationStatuses)
destinationStatuses
- destinationStatuses or null
for nonepublic String getGoogleExpirationDate()
null
for nonepublic ProductStatus setGoogleExpirationDate(String googleExpirationDate)
googleExpirationDate
- googleExpirationDate or null
for nonepublic List<ProductStatusItemLevelIssue> getItemLevelIssues()
null
for nonepublic ProductStatus setItemLevelIssues(List<ProductStatusItemLevelIssue> itemLevelIssues)
itemLevelIssues
- itemLevelIssues or null
for nonepublic String getKind()
null
for nonepublic ProductStatus setKind(String kind)
kind
- kind or null
for nonepublic String getLastUpdateDate()
null
for nonepublic ProductStatus setLastUpdateDate(String lastUpdateDate)
lastUpdateDate
- lastUpdateDate or null
for nonepublic String getLink()
null
for nonepublic ProductStatus setLink(String link)
link
- link or null
for nonepublic String getProductId()
null
for nonepublic ProductStatus setProductId(String productId)
productId
- productId or null
for nonepublic String getTitle()
null
for nonepublic ProductStatus setTitle(String title)
title
- title or null
for nonepublic ProductStatus set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ProductStatus clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.