public final class ProductViewItemIssueIssueSeverityPerDestination
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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
ProductViewItemIssueIssueSeverityPerDestination() |
| Modifier and Type | Method and Description |
|---|---|
ProductViewItemIssueIssueSeverityPerDestination |
clone() |
List<String> |
getDemotedCountries()
List of demoted countries in the destination.
|
String |
getDestination()
Issue destination.
|
List<String> |
getDisapprovedCountries()
List of disapproved countries in the destination.
|
ProductViewItemIssueIssueSeverityPerDestination |
set(String fieldName,
Object value) |
ProductViewItemIssueIssueSeverityPerDestination |
setDemotedCountries(List<String> demotedCountries)
List of demoted countries in the destination.
|
ProductViewItemIssueIssueSeverityPerDestination |
setDestination(String destination)
Issue destination.
|
ProductViewItemIssueIssueSeverityPerDestination |
setDisapprovedCountries(List<String> disapprovedCountries)
List of disapproved countries in the destination.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic ProductViewItemIssueIssueSeverityPerDestination()
public List<String> getDemotedCountries()
null for nonepublic ProductViewItemIssueIssueSeverityPerDestination setDemotedCountries(List<String> demotedCountries)
demotedCountries - demotedCountries or null for nonepublic String getDestination()
null for nonepublic ProductViewItemIssueIssueSeverityPerDestination setDestination(String destination)
destination - destination or null for nonepublic List<String> getDisapprovedCountries()
null for nonepublic ProductViewItemIssueIssueSeverityPerDestination setDisapprovedCountries(List<String> disapprovedCountries)
disapprovedCountries - disapprovedCountries or null for nonepublic ProductViewItemIssueIssueSeverityPerDestination set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ProductViewItemIssueIssueSeverityPerDestination clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2023 Google. All rights reserved.