public final class Region
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 |
|---|
Region() |
| Modifier and Type | Method and Description |
|---|---|
Region |
clone() |
java.lang.String |
getCountryCode()
Country code of the country to which this region belongs.
|
java.lang.Long |
getCountryDartId()
DART ID of the country to which this region belongs.
|
java.lang.Long |
getDartId()
DART ID of this region.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getName()
Name of this region.
|
java.lang.String |
getRegionCode()
Region code.
|
Region |
set(java.lang.String fieldName,
java.lang.Object value) |
Region |
setCountryCode(java.lang.String countryCode)
Country code of the country to which this region belongs.
|
Region |
setCountryDartId(java.lang.Long countryDartId)
DART ID of the country to which this region belongs.
|
Region |
setDartId(java.lang.Long dartId)
DART ID of this region.
|
Region |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Region |
setName(java.lang.String name)
Name of this region.
|
Region |
setRegionCode(java.lang.String regionCode)
Region code.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCountryCode()
null for nonepublic Region setCountryCode(java.lang.String countryCode)
countryCode - countryCode or null for nonepublic java.lang.Long getCountryDartId()
null for nonepublic Region setCountryDartId(java.lang.Long countryDartId)
countryDartId - countryDartId or null for nonepublic java.lang.Long getDartId()
null for nonepublic Region setDartId(java.lang.Long dartId)
dartId - dartId or null for nonepublic java.lang.String getKind()
null for nonepublic Region setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic Region setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getRegionCode()
null for nonepublic Region setRegionCode(java.lang.String regionCode)
regionCode - regionCode or null for nonepublic Region set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Region clone()
clone in class com.google.api.client.json.GenericJson