public final class AccountStatus
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 |
---|
AccountStatus() |
Modifier and Type | Method and Description |
---|---|
AccountStatus |
clone() |
String |
getAccountId()
The ID of the account for which the status is reported.
|
List<AccountStatusAccountLevelIssue> |
getAccountLevelIssues()
A list of account level issues.
|
String |
getAccountManagement()
How the account is managed.
|
String |
getKind()
Identifies what kind of resource this is.
|
List<AccountStatusProducts> |
getProducts()
List of product-related data by channel, destination, and country.
|
Boolean |
getWebsiteClaimed()
Whether the account's website is claimed or not.
|
AccountStatus |
set(String fieldName,
Object value) |
AccountStatus |
setAccountId(String accountId)
The ID of the account for which the status is reported.
|
AccountStatus |
setAccountLevelIssues(List<AccountStatusAccountLevelIssue> accountLevelIssues)
A list of account level issues.
|
AccountStatus |
setAccountManagement(String accountManagement)
How the account is managed.
|
AccountStatus |
setKind(String kind)
Identifies what kind of resource this is.
|
AccountStatus |
setProducts(List<AccountStatusProducts> products)
List of product-related data by channel, destination, and country.
|
AccountStatus |
setWebsiteClaimed(Boolean websiteClaimed)
Whether the account's website is claimed or not.
|
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 getAccountId()
null
for nonepublic AccountStatus setAccountId(String accountId)
accountId
- accountId or null
for nonepublic List<AccountStatusAccountLevelIssue> getAccountLevelIssues()
null
for nonepublic AccountStatus setAccountLevelIssues(List<AccountStatusAccountLevelIssue> accountLevelIssues)
accountLevelIssues
- accountLevelIssues or null
for nonepublic String getAccountManagement()
null
for nonepublic AccountStatus setAccountManagement(String accountManagement)
accountManagement
- accountManagement or null
for nonepublic String getKind()
null
for nonepublic AccountStatus setKind(String kind)
kind
- kind or null
for nonepublic List<AccountStatusProducts> getProducts()
null
for nonepublic AccountStatus setProducts(List<AccountStatusProducts> products)
products
- products or null
for nonepublic Boolean getWebsiteClaimed()
null
for nonepublic AccountStatus setWebsiteClaimed(Boolean websiteClaimed)
websiteClaimed
- websiteClaimed or null
for nonepublic AccountStatus set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public AccountStatus clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2024 Google. All rights reserved.