public final class CollectionStatusItemLevelIssue
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 |
---|
CollectionStatusItemLevelIssue() |
Modifier and Type | Method and Description |
---|---|
CollectionStatusItemLevelIssue |
clone() |
List<String> |
getApplicableCountries()
Country codes (ISO 3166-1 alpha-2) where issue applies to the offer.
|
String |
getAttributeName()
The attribute's name, if the issue is caused by a single attribute.
|
String |
getCode()
The error code of the issue.
|
String |
getDescription()
A short issue description in English.
|
String |
getDestination()
The destination the issue applies to.
|
String |
getDetail()
A detailed issue description in English.
|
String |
getDocumentation()
The URL of a web page to help with resolving this issue.
|
String |
getResolution()
Whether the issue can be resolved by the merchant.
|
String |
getServability()
How this issue affects the serving of the collection.
|
CollectionStatusItemLevelIssue |
set(String fieldName,
Object value) |
CollectionStatusItemLevelIssue |
setApplicableCountries(List<String> applicableCountries)
Country codes (ISO 3166-1 alpha-2) where issue applies to the offer.
|
CollectionStatusItemLevelIssue |
setAttributeName(String attributeName)
The attribute's name, if the issue is caused by a single attribute.
|
CollectionStatusItemLevelIssue |
setCode(String code)
The error code of the issue.
|
CollectionStatusItemLevelIssue |
setDescription(String description)
A short issue description in English.
|
CollectionStatusItemLevelIssue |
setDestination(String destination)
The destination the issue applies to.
|
CollectionStatusItemLevelIssue |
setDetail(String detail)
A detailed issue description in English.
|
CollectionStatusItemLevelIssue |
setDocumentation(String documentation)
The URL of a web page to help with resolving this issue.
|
CollectionStatusItemLevelIssue |
setResolution(String resolution)
Whether the issue can be resolved by the merchant.
|
CollectionStatusItemLevelIssue |
setServability(String servability)
How this issue affects the serving of the collection.
|
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> getApplicableCountries()
null
for nonepublic CollectionStatusItemLevelIssue setApplicableCountries(List<String> applicableCountries)
applicableCountries
- applicableCountries or null
for nonepublic String getAttributeName()
null
for nonepublic CollectionStatusItemLevelIssue setAttributeName(String attributeName)
attributeName
- attributeName or null
for nonepublic String getCode()
null
for nonepublic CollectionStatusItemLevelIssue setCode(String code)
code
- code or null
for nonepublic String getDescription()
null
for nonepublic CollectionStatusItemLevelIssue setDescription(String description)
description
- description or null
for nonepublic String getDestination()
null
for nonepublic CollectionStatusItemLevelIssue setDestination(String destination)
destination
- destination or null
for nonepublic String getDetail()
null
for nonepublic CollectionStatusItemLevelIssue setDetail(String detail)
detail
- detail or null
for nonepublic String getDocumentation()
null
for nonepublic CollectionStatusItemLevelIssue setDocumentation(String documentation)
documentation
- documentation or null
for nonepublic String getResolution()
null
for nonepublic CollectionStatusItemLevelIssue setResolution(String resolution)
resolution
- resolution or null
for nonepublic String getServability()
null
for nonepublic CollectionStatusItemLevelIssue setServability(String servability)
servability
- servability or null
for nonepublic CollectionStatusItemLevelIssue set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public CollectionStatusItemLevelIssue clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.