public final class LocalizationSettings 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 AdMob API. 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 |
|---|
LocalizationSettings() |
| Modifier and Type | Method and Description |
|---|---|
LocalizationSettings |
clone() |
String |
getCurrencyCode()
Currency code of the earning related metrics, which is the 3-letter code defined in ISO 4217.
|
String |
getLanguageCode()
Language used for any localized text, such as some dimension value display labels.
|
LocalizationSettings |
set(String fieldName,
Object value) |
LocalizationSettings |
setCurrencyCode(String currencyCode)
Currency code of the earning related metrics, which is the 3-letter code defined in ISO 4217.
|
LocalizationSettings |
setLanguageCode(String languageCode)
Language used for any localized text, such as some dimension value display labels.
|
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 String getCurrencyCode()
null for nonepublic LocalizationSettings setCurrencyCode(String currencyCode)
currencyCode - currencyCode or null for nonepublic String getLanguageCode()
null for nonepublic LocalizationSettings setLanguageCode(String languageCode)
languageCode - languageCode or null for nonepublic LocalizationSettings set(String fieldName, Object value)
set in class GenericJsonpublic LocalizationSettings clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.