public final class GmbAccounts
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
Constructor and Description |
---|
GmbAccounts() |
Modifier and Type | Method and Description |
---|---|
GmbAccounts |
clone() |
java.math.BigInteger |
getAccountId()
The ID of the account.
|
java.util.List<GmbAccountsGmbAccount> |
getGmbAccounts()
A list of GMB accounts which are available to the merchant.
|
GmbAccounts |
set(java.lang.String fieldName,
java.lang.Object value) |
GmbAccounts |
setAccountId(java.math.BigInteger accountId)
The ID of the account.
|
GmbAccounts |
setGmbAccounts(java.util.List<GmbAccountsGmbAccount> gmbAccounts)
A list of GMB accounts which are available to the merchant.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.math.BigInteger getAccountId()
null
for nonepublic GmbAccounts setAccountId(java.math.BigInteger accountId)
accountId
- accountId or null
for nonepublic java.util.List<GmbAccountsGmbAccount> getGmbAccounts()
null
for nonepublic GmbAccounts setGmbAccounts(java.util.List<GmbAccountsGmbAccount> gmbAccounts)
gmbAccounts
- gmbAccounts or null
for nonepublic GmbAccounts set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public GmbAccounts clone()
clone
in class com.google.api.client.json.GenericJson