target.apidocs.com.google.api.services.content.model.AccountStatusAccountLevelIssue.html Maven / Gradle / Ivy
AccountStatusAccountLevelIssue (Content API for Shopping v2.1-rev20240609-2.0.0)
com.google.api.services.content.model
Class AccountStatusAccountLevelIssue
- java.lang.Object
-
- java.util.AbstractMap<String,Object>
-
- com.google.api.client.util.GenericData
-
- com.google.api.client.json.GenericJson
-
- com.google.api.services.content.model.AccountStatusAccountLevelIssue
-
public final class AccountStatusAccountLevelIssue
extends com.google.api.client.json.GenericJson
Model definition for AccountStatusAccountLevelIssue.
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
- Author:
- Google, Inc.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.google.api.client.util.GenericData
com.google.api.client.util.GenericData.Flags
-
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
-
Constructor Summary
Constructors
Constructor and Description
AccountStatusAccountLevelIssue()
-
Method Summary
All Methods Instance Methods Concrete Methods
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.
-
Methods inherited from class com.google.api.client.json.GenericJson
getFactory, setFactory, toPrettyString, toString
-
Methods inherited from class com.google.api.client.util.GenericData
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
-
Methods inherited from class java.util.AbstractMap
clear, containsKey, containsValue, isEmpty, keySet, size, values
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
Method Detail
-
getCountry
public String getCountry()
Country for which this issue is reported.
- Returns:
- value or
null
for none
-
setCountry
public AccountStatusAccountLevelIssue setCountry(String country)
Country for which this issue is reported.
- Parameters:
country
- country or null
for none
-
getDestination
public String getDestination()
The destination the issue applies to. If this field is empty then the issue applies to all
available destinations.
- Returns:
- value or
null
for none
-
setDestination
public AccountStatusAccountLevelIssue setDestination(String destination)
The destination the issue applies to. If this field is empty then the issue applies to all
available destinations.
- Parameters:
destination
- destination or null
for none
-
getDetail
public String getDetail()
Additional details about the issue.
- Returns:
- value or
null
for none
-
setDetail
public AccountStatusAccountLevelIssue setDetail(String detail)
Additional details about the issue.
- Parameters:
detail
- detail or null
for none
-
getDocumentation
public String getDocumentation()
The URL of a web page to help resolving this issue.
- Returns:
- value or
null
for none
-
setDocumentation
public AccountStatusAccountLevelIssue setDocumentation(String documentation)
The URL of a web page to help resolving this issue.
- Parameters:
documentation
- documentation or null
for none
-
getId
public String getId()
Issue identifier.
- Returns:
- value or
null
for none
-
setId
public AccountStatusAccountLevelIssue setId(String id)
Issue identifier.
- Parameters:
id
- id or null
for none
-
getSeverity
public String getSeverity()
Severity of the issue. Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- Returns:
- value or
null
for none
-
setSeverity
public AccountStatusAccountLevelIssue setSeverity(String severity)
Severity of the issue. Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- Parameters:
severity
- severity or null
for none
-
getTitle
public String getTitle()
Short description of the issue.
- Returns:
- value or
null
for none
-
setTitle
public AccountStatusAccountLevelIssue setTitle(String title)
Short description of the issue.
- Parameters:
title
- title or null
for none
-
set
public AccountStatusAccountLevelIssue set(String fieldName,
Object value)
- Overrides:
set
in class com.google.api.client.json.GenericJson
-
clone
public AccountStatusAccountLevelIssue clone()
- Overrides:
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy