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