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