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.Flags
AbstractMap.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.
|
RegionsVersion |
getRegionVersion()
The region version at which the prices were generated.
|
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.
|
ConvertRegionPricesResponse |
setRegionVersion(RegionsVersion regionVersion)
The region version at which the prices were generated.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public 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 RegionsVersion getRegionVersion()
null
for nonepublic ConvertRegionPricesResponse setRegionVersion(RegionsVersion regionVersion)
regionVersion
- regionVersion or null
for nonepublic ConvertRegionPricesResponse set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public ConvertRegionPricesResponse clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2025 Google. All rights reserved.