public final class LocalizationSettings
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 AdMob 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 |
|---|
LocalizationSettings() |
| Modifier and Type | Method and Description |
|---|---|
LocalizationSettings |
clone() |
java.lang.String |
getCurrencyCode()
Currency code of the earning related metrics, which is the 3-letter code defined in ISO 4217.
|
java.lang.String |
getLanguageCode()
Language used for any localized text, such as some dimension value display labels.
|
LocalizationSettings |
set(java.lang.String fieldName,
java.lang.Object value) |
LocalizationSettings |
setCurrencyCode(java.lang.String currencyCode)
Currency code of the earning related metrics, which is the 3-letter code defined in ISO 4217.
|
LocalizationSettings |
setLanguageCode(java.lang.String languageCode)
Language used for any localized text, such as some dimension value display labels.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getCurrencyCode()
null for nonepublic LocalizationSettings setCurrencyCode(java.lang.String currencyCode)
currencyCode - currencyCode or null for nonepublic java.lang.String getLanguageCode()
null for nonepublic LocalizationSettings setLanguageCode(java.lang.String languageCode)
languageCode - languageCode or null for nonepublic LocalizationSettings set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic LocalizationSettings clone()
clone in class com.google.api.client.json.GenericJson