public final class MobileCarrier
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 DCM/DFA Reporting And Trafficking API. 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 |
|---|
MobileCarrier() |
| Modifier and Type | Method and Description |
|---|---|
MobileCarrier |
clone() |
java.lang.String |
getCountryCode()
Country code of the country to which this mobile carrier belongs.
|
java.lang.Long |
getCountryDartId()
DART ID of the country to which this mobile carrier belongs.
|
java.lang.Long |
getId()
ID of this mobile carrier.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getName()
Name of this mobile carrier.
|
MobileCarrier |
set(java.lang.String fieldName,
java.lang.Object value) |
MobileCarrier |
setCountryCode(java.lang.String countryCode)
Country code of the country to which this mobile carrier belongs.
|
MobileCarrier |
setCountryDartId(java.lang.Long countryDartId)
DART ID of the country to which this mobile carrier belongs.
|
MobileCarrier |
setId(java.lang.Long id)
ID of this mobile carrier.
|
MobileCarrier |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
MobileCarrier |
setName(java.lang.String name)
Name of this mobile carrier.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCountryCode()
null for nonepublic MobileCarrier setCountryCode(java.lang.String countryCode)
countryCode - countryCode or null for nonepublic java.lang.Long getCountryDartId()
null for nonepublic MobileCarrier setCountryDartId(java.lang.Long countryDartId)
countryDartId - countryDartId or null for nonepublic java.lang.Long getId()
null for nonepublic MobileCarrier setId(java.lang.Long id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic MobileCarrier setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic MobileCarrier setName(java.lang.String name)
name - name or null for nonepublic MobileCarrier set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic MobileCarrier clone()
clone in class com.google.api.client.json.GenericJson