public final class AccountReturnCarrier extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
AccountReturnCarrier() |
| Modifier and Type | Method and Description |
|---|---|
AccountReturnCarrier |
clone() |
Long |
getCarrierAccountId()
Output only.
|
String |
getCarrierAccountName()
Name of the carrier account.
|
String |
getCarrierAccountNumber()
Number of the carrier account.
|
String |
getCarrierCode()
The carrier code enum.
|
AccountReturnCarrier |
set(String fieldName,
Object value) |
AccountReturnCarrier |
setCarrierAccountId(Long carrierAccountId)
Output only.
|
AccountReturnCarrier |
setCarrierAccountName(String carrierAccountName)
Name of the carrier account.
|
AccountReturnCarrier |
setCarrierAccountNumber(String carrierAccountNumber)
Number of the carrier account.
|
AccountReturnCarrier |
setCarrierCode(String carrierCode)
The carrier code enum.
|
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 Long getCarrierAccountId()
null for nonepublic AccountReturnCarrier setCarrierAccountId(Long carrierAccountId)
carrierAccountId - carrierAccountId or null for nonepublic String getCarrierAccountName()
null for nonepublic AccountReturnCarrier setCarrierAccountName(String carrierAccountName)
carrierAccountName - carrierAccountName or null for nonepublic String getCarrierAccountNumber()
null for nonepublic AccountReturnCarrier setCarrierAccountNumber(String carrierAccountNumber)
carrierAccountNumber - carrierAccountNumber or null for nonepublic String getCarrierCode()
null for nonepublic AccountReturnCarrier setCarrierCode(String carrierCode)
carrierCode - carrierCode or null for nonepublic AccountReturnCarrier set(String fieldName, Object value)
set in class GenericJsonpublic AccountReturnCarrier clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.