public final class OneTimeProductOffer
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 |
|---|
OneTimeProductOffer() |
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 OneTimeProductDiscountedOffer getDiscountedOffer()
null for nonepublic OneTimeProductOffer setDiscountedOffer(OneTimeProductDiscountedOffer discountedOffer)
discountedOffer - discountedOffer or null for nonepublic String getOfferId()
null for nonepublic OneTimeProductOffer setOfferId(String offerId)
offerId - offerId or null for nonepublic List<OfferTag> getOfferTags()
null for nonepublic OneTimeProductOffer setOfferTags(List<OfferTag> offerTags)
offerTags - offerTags or null for nonepublic String getPackageName()
null for nonepublic OneTimeProductOffer setPackageName(String packageName)
packageName - packageName or null for nonepublic OneTimeProductPreOrderOffer getPreOrderOffer()
null for nonepublic OneTimeProductOffer setPreOrderOffer(OneTimeProductPreOrderOffer preOrderOffer)
preOrderOffer - preOrderOffer or null for nonepublic String getProductId()
null for nonepublic OneTimeProductOffer setProductId(String productId)
productId - productId or null for nonepublic String getPurchaseOptionId()
null for nonepublic OneTimeProductOffer setPurchaseOptionId(String purchaseOptionId)
purchaseOptionId - purchaseOptionId or null for nonepublic List<OneTimeProductOfferRegionalPricingAndAvailabilityConfig> getRegionalPricingAndAvailabilityConfigs()
null for nonepublic OneTimeProductOffer setRegionalPricingAndAvailabilityConfigs(List<OneTimeProductOfferRegionalPricingAndAvailabilityConfig> regionalPricingAndAvailabilityConfigs)
regionalPricingAndAvailabilityConfigs - regionalPricingAndAvailabilityConfigs or null for nonepublic RegionsVersion getRegionsVersion()
null for nonepublic OneTimeProductOffer setRegionsVersion(RegionsVersion regionsVersion)
regionsVersion - regionsVersion or null for nonepublic String getState()
null for nonepublic OneTimeProductOffer setState(String state)
state - state or null for nonepublic OneTimeProductOffer set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic OneTimeProductOffer clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.