public final class OfferDetails
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 | 
|---|
| OfferDetails() | 
| Modifier and Type | Method and Description | 
|---|---|
| OfferDetails | clone() | 
| String | getBasePlanId()The base plan ID. | 
| String | getOfferId()The offer ID. | 
| List<String> | getOfferTags()The latest offer tags associated with the offer. | 
| OfferDetails | set(String fieldName,
   Object value) | 
| OfferDetails | setBasePlanId(String basePlanId)The base plan ID. | 
| OfferDetails | setOfferId(String offerId)The offer ID. | 
| OfferDetails | setOfferTags(List<String> offerTags)The latest offer tags associated with the offer. | 
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 getBasePlanId()
null for nonepublic OfferDetails setBasePlanId(String basePlanId)
basePlanId - basePlanId or null for nonepublic String getOfferId()
null for nonepublic OfferDetails setOfferId(String offerId)
offerId - offerId or null for nonepublic List<String> getOfferTags()
null for nonepublic OfferDetails setOfferTags(List<String> offerTags)
offerTags - offerTags or null for nonepublic OfferDetails set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic OfferDetails clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2024 Google. All rights reserved.