public final class Country
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 |
|---|
Country() |
| Modifier and Type | Method and Description |
|---|---|
Country |
clone() |
java.lang.String |
getCountryCode()
Country code.
|
java.lang.Long |
getDartId()
DART ID of this country.
|
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
java.lang.String |
getName()
Name of this country.
|
java.lang.Boolean |
getSslEnabled()
Whether ad serving supports secure servers in this country.
|
Country |
set(java.lang.String fieldName,
java.lang.Object value) |
Country |
setCountryCode(java.lang.String countryCode)
Country code.
|
Country |
setDartId(java.lang.Long dartId)
DART ID of this country.
|
Country |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
Country |
setName(java.lang.String name)
Name of this country.
|
Country |
setSslEnabled(java.lang.Boolean sslEnabled)
Whether ad serving supports secure servers in this country.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getCountryCode()
null for nonepublic Country setCountryCode(java.lang.String countryCode)
countryCode - countryCode or null for nonepublic java.lang.Long getDartId()
null for nonepublic Country setDartId(java.lang.Long dartId)
dartId - dartId or null for nonepublic java.lang.String getKind()
null for nonepublic Country setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic Country setName(java.lang.String name)
name - name or null for nonepublic java.lang.Boolean getSslEnabled()
null for nonepublic Country setSslEnabled(java.lang.Boolean sslEnabled)
sslEnabled - sslEnabled or null for nonepublic Country set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Country clone()
clone in class com.google.api.client.json.GenericJson