target.apidocs.com.google.api.services.content.model.AccountStatusDataQualityIssue.html Maven / Gradle / Ivy
AccountStatusDataQualityIssue (Content API for Shopping v2-rev20210911-1.32.1)
com.google.api.services.content.model
Class AccountStatusDataQualityIssue
- 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.AccountStatusDataQualityIssue
-
public final class AccountStatusDataQualityIssue
extends GenericJson
Model definition for AccountStatusDataQualityIssue.
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
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
AccountStatusDataQualityIssue()
-
Method Summary
-
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()
- Returns:
- value or
null
for none
-
setCountry
public AccountStatusDataQualityIssue setCountry(String country)
- Parameters:
country
- country or null
for none
-
getDestination
public String getDestination()
- Returns:
- value or
null
for none
-
setDestination
public AccountStatusDataQualityIssue setDestination(String destination)
- Parameters:
destination
- destination or null
for none
-
getDetail
public String getDetail()
- Returns:
- value or
null
for none
-
setDetail
public AccountStatusDataQualityIssue setDetail(String detail)
- Parameters:
detail
- detail or null
for none
-
getDisplayedValue
public String getDisplayedValue()
- Returns:
- value or
null
for none
-
setDisplayedValue
public AccountStatusDataQualityIssue setDisplayedValue(String displayedValue)
- Parameters:
displayedValue
- displayedValue or null
for none
-
getExampleItems
public List<AccountStatusExampleItem> getExampleItems()
- Returns:
- value or
null
for none
-
setExampleItems
public AccountStatusDataQualityIssue setExampleItems(List<AccountStatusExampleItem> exampleItems)
- Parameters:
exampleItems
- exampleItems or null
for none
-
getId
public String getId()
- Returns:
- value or
null
for none
-
setId
public AccountStatusDataQualityIssue setId(String id)
- Parameters:
id
- id or null
for none
-
getLastChecked
public String getLastChecked()
- Returns:
- value or
null
for none
-
setLastChecked
public AccountStatusDataQualityIssue setLastChecked(String lastChecked)
- Parameters:
lastChecked
- lastChecked or null
for none
-
getLocation
public String getLocation()
- Returns:
- value or
null
for none
-
setLocation
public AccountStatusDataQualityIssue setLocation(String location)
- Parameters:
location
- location or null
for none
-
getNumItems
public Long getNumItems()
- Returns:
- value or
null
for none
-
setNumItems
public AccountStatusDataQualityIssue setNumItems(Long numItems)
- Parameters:
numItems
- numItems or null
for none
-
getSeverity
public String getSeverity()
Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- Returns:
- value or
null
for none
-
setSeverity
public AccountStatusDataQualityIssue setSeverity(String severity)
Acceptable values are: - "`critical`" - "`error`" - "`suggestion`"
- Parameters:
severity
- severity or null
for none
-
getSubmittedValue
public String getSubmittedValue()
- Returns:
- value or
null
for none
-
setSubmittedValue
public AccountStatusDataQualityIssue setSubmittedValue(String submittedValue)
- Parameters:
submittedValue
- submittedValue or null
for none
-
set
public AccountStatusDataQualityIssue set(String fieldName,
Object value)
- Overrides:
set
in class GenericJson
-
clone
public AccountStatusDataQualityIssue clone()
- Overrides:
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.
© 2015 - 2025 Weber Informatics LLC | Privacy Policy