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
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
AccountStatusAccountLevelIssue() |
Modifier and Type | Method and Description |
---|---|
AccountStatusAccountLevelIssue |
clone() |
String |
getCountry()
Country for which this issue is reported.
|
String |
getDestination()
The destination the issue applies to.
|
String |
getDetail()
Additional details about the issue.
|
String |
getDocumentation()
The URL of a web page to help resolving this issue.
|
String |
getId()
Issue identifier.
|
String |
getSeverity()
Severity of the issue.
|
String |
getTitle()
Short description of the issue.
|
AccountStatusAccountLevelIssue |
set(String fieldName,
Object value) |
AccountStatusAccountLevelIssue |
setCountry(String country)
Country for which this issue is reported.
|
AccountStatusAccountLevelIssue |
setDestination(String destination)
The destination the issue applies to.
|
AccountStatusAccountLevelIssue |
setDetail(String detail)
Additional details about the issue.
|
AccountStatusAccountLevelIssue |
setDocumentation(String documentation)
The URL of a web page to help resolving this issue.
|
AccountStatusAccountLevelIssue |
setId(String id)
Issue identifier.
|
AccountStatusAccountLevelIssue |
setSeverity(String severity)
Severity of the issue.
|
AccountStatusAccountLevelIssue |
setTitle(String title)
Short description of the issue.
|
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 getCountry()
null
for nonepublic AccountStatusAccountLevelIssue setCountry(String country)
country
- country or null
for nonepublic String getDestination()
null
for nonepublic AccountStatusAccountLevelIssue setDestination(String destination)
destination
- destination or null
for nonepublic String getDetail()
null
for nonepublic AccountStatusAccountLevelIssue setDetail(String detail)
detail
- detail or null
for nonepublic String getDocumentation()
null
for nonepublic AccountStatusAccountLevelIssue setDocumentation(String documentation)
documentation
- documentation or null
for nonepublic String getId()
null
for nonepublic AccountStatusAccountLevelIssue setId(String id)
id
- id or null
for nonepublic String getSeverity()
null
for nonepublic AccountStatusAccountLevelIssue setSeverity(String severity)
severity
- severity or null
for nonepublic String getTitle()
null
for nonepublic AccountStatusAccountLevelIssue setTitle(String title)
title
- title or null
for nonepublic AccountStatusAccountLevelIssue set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public AccountStatusAccountLevelIssue clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.