public final class ConvertRegionPricesResponse
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 Google Play Android Developer 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description | 
|---|
| ConvertRegionPricesResponse() | 
| Modifier and Type | Method and Description | 
|---|---|
| ConvertRegionPricesResponse | clone() | 
| ConvertedOtherRegionsPrice | getConvertedOtherRegionsPrice()Converted other regions prices in USD and EUR, to use for countries where Play doesn't support
 a country's local currency. | 
| Map<String,ConvertedRegionPrice> | getConvertedRegionPrices()Map from region code to converted region price. | 
| ConvertRegionPricesResponse | set(String fieldName,
   Object value) | 
| ConvertRegionPricesResponse | setConvertedOtherRegionsPrice(ConvertedOtherRegionsPrice convertedOtherRegionsPrice)Converted other regions prices in USD and EUR, to use for countries where Play doesn't support
 a country's local currency. | 
| ConvertRegionPricesResponse | setConvertedRegionPrices(Map<String,ConvertedRegionPrice> convertedRegionPrices)Map from region code to converted region price. | 
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 ConvertedOtherRegionsPrice getConvertedOtherRegionsPrice()
null for nonepublic ConvertRegionPricesResponse setConvertedOtherRegionsPrice(ConvertedOtherRegionsPrice convertedOtherRegionsPrice)
convertedOtherRegionsPrice - convertedOtherRegionsPrice or null for nonepublic Map<String,ConvertedRegionPrice> getConvertedRegionPrices()
null for nonepublic ConvertRegionPricesResponse setConvertedRegionPrices(Map<String,ConvertedRegionPrice> convertedRegionPrices)
convertedRegionPrices - convertedRegionPrices or null for nonepublic ConvertRegionPricesResponse set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic ConvertRegionPricesResponse clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.