public final class IntroductoryPriceInfo
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 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| Constructor and Description |
|---|
IntroductoryPriceInfo() |
| Modifier and Type | Method and Description |
|---|---|
IntroductoryPriceInfo |
clone() |
java.lang.Long |
getIntroductoryPriceAmountMicros()
Introductory price of the subscription, not including tax.
|
java.lang.String |
getIntroductoryPriceCurrencyCode()
ISO 4217 currency code for the introductory subscription price.
|
java.lang.Integer |
getIntroductoryPriceCycles()
The number of billing period to offer introductory pricing.
|
java.lang.String |
getIntroductoryPricePeriod()
Introductory price period, specified in ISO 8601 format.
|
IntroductoryPriceInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
IntroductoryPriceInfo |
setIntroductoryPriceAmountMicros(java.lang.Long introductoryPriceAmountMicros)
Introductory price of the subscription, not including tax.
|
IntroductoryPriceInfo |
setIntroductoryPriceCurrencyCode(java.lang.String introductoryPriceCurrencyCode)
ISO 4217 currency code for the introductory subscription price.
|
IntroductoryPriceInfo |
setIntroductoryPriceCycles(java.lang.Integer introductoryPriceCycles)
The number of billing period to offer introductory pricing.
|
IntroductoryPriceInfo |
setIntroductoryPricePeriod(java.lang.String introductoryPricePeriod)
Introductory price period, specified in ISO 8601 format.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.Long getIntroductoryPriceAmountMicros()
null for nonepublic IntroductoryPriceInfo setIntroductoryPriceAmountMicros(java.lang.Long introductoryPriceAmountMicros)
introductoryPriceAmountMicros - introductoryPriceAmountMicros or null for nonepublic java.lang.String getIntroductoryPriceCurrencyCode()
null for nonepublic IntroductoryPriceInfo setIntroductoryPriceCurrencyCode(java.lang.String introductoryPriceCurrencyCode)
introductoryPriceCurrencyCode - introductoryPriceCurrencyCode or null for nonepublic java.lang.Integer getIntroductoryPriceCycles()
null for nonepublic IntroductoryPriceInfo setIntroductoryPriceCycles(java.lang.Integer introductoryPriceCycles)
introductoryPriceCycles - introductoryPriceCycles or null for nonepublic java.lang.String getIntroductoryPricePeriod()
null for nonepublic IntroductoryPriceInfo setIntroductoryPricePeriod(java.lang.String introductoryPricePeriod)
introductoryPricePeriod - introductoryPricePeriod or null for nonepublic IntroductoryPriceInfo set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic IntroductoryPriceInfo clone()
clone in class com.google.api.client.json.GenericJson