public final class AccountStatusAccountLevelIssue
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
Constructor and Description |
---|
AccountStatusAccountLevelIssue() |
Modifier and Type | Method and Description |
---|---|
AccountStatusAccountLevelIssue |
clone() |
java.lang.String |
getCountry()
Country for which this issue is reported.
|
java.lang.String |
getDestination()
The destination the issue applies to.
|
java.lang.String |
getDetail()
Additional details about the issue.
|
java.lang.String |
getDocumentation()
The URL of a web page to help resolving this issue.
|
java.lang.String |
getId()
Issue identifier.
|
java.lang.String |
getSeverity()
Severity of the issue.
|
java.lang.String |
getTitle()
Short description of the issue.
|
AccountStatusAccountLevelIssue |
set(java.lang.String fieldName,
java.lang.Object value) |
AccountStatusAccountLevelIssue |
setCountry(java.lang.String country)
Country for which this issue is reported.
|
AccountStatusAccountLevelIssue |
setDestination(java.lang.String destination)
The destination the issue applies to.
|
AccountStatusAccountLevelIssue |
setDetail(java.lang.String detail)
Additional details about the issue.
|
AccountStatusAccountLevelIssue |
setDocumentation(java.lang.String documentation)
The URL of a web page to help resolving this issue.
|
AccountStatusAccountLevelIssue |
setId(java.lang.String id)
Issue identifier.
|
AccountStatusAccountLevelIssue |
setSeverity(java.lang.String severity)
Severity of the issue.
|
AccountStatusAccountLevelIssue |
setTitle(java.lang.String title)
Short description of the issue.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.String getCountry()
null
for nonepublic AccountStatusAccountLevelIssue setCountry(java.lang.String country)
country
- country or null
for nonepublic java.lang.String getDestination()
null
for nonepublic AccountStatusAccountLevelIssue setDestination(java.lang.String destination)
destination
- destination or null
for nonepublic java.lang.String getDetail()
null
for nonepublic AccountStatusAccountLevelIssue setDetail(java.lang.String detail)
detail
- detail or null
for nonepublic java.lang.String getDocumentation()
null
for nonepublic AccountStatusAccountLevelIssue setDocumentation(java.lang.String documentation)
documentation
- documentation or null
for nonepublic java.lang.String getId()
null
for nonepublic AccountStatusAccountLevelIssue setId(java.lang.String id)
id
- id or null
for nonepublic java.lang.String getSeverity()
null
for nonepublic AccountStatusAccountLevelIssue setSeverity(java.lang.String severity)
severity
- severity or null
for nonepublic java.lang.String getTitle()
null
for nonepublic AccountStatusAccountLevelIssue setTitle(java.lang.String title)
title
- title or null
for nonepublic AccountStatusAccountLevelIssue set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public AccountStatusAccountLevelIssue clone()
clone
in class com.google.api.client.json.GenericJson