public final class InappPurchase extends 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: http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders() is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InappPurchase() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getConsumptionState()
The consumption state of the inapp product.
|
String |
getDeveloperPayload()
A developer-specified string that contains supplemental information about an order.
|
String |
getKind()
This kind represents a inappPurchase object in the androidpublisher service.
|
Integer |
getPurchaseState()
The purchase state of the order.
|
Long |
getPurchaseTime()
The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970).
|
InappPurchase |
setConsumptionState(Integer consumptionState)
The consumption state of the inapp product.
|
InappPurchase |
setDeveloperPayload(String developerPayload)
A developer-specified string that contains supplemental information about an order.
|
InappPurchase |
setKind(String kind)
This kind represents a inappPurchase object in the androidpublisher service.
|
InappPurchase |
setPurchaseState(Integer purchaseState)
The purchase state of the order.
|
InappPurchase |
setPurchaseTime(Long purchaseTime)
The time the product was purchased, in milliseconds since the epoch (Jan 1, 1970).
|
clone, getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic Integer getConsumptionState()
null.public InappPurchase setConsumptionState(Integer consumptionState)
null.public String getDeveloperPayload()
null.public InappPurchase setDeveloperPayload(String developerPayload)
null.public String getKind()
null.public InappPurchase setKind(String kind)
null.public Integer getPurchaseState()
null.public InappPurchase setPurchaseState(Integer purchaseState)
null.public Long getPurchaseTime()
null.public InappPurchase setPurchaseTime(Long purchaseTime)
null.