public final class SubscriptionPurchasesDeferResponse
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: http://code.google.com/p/google-http-java-client/wiki/JSON
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
SubscriptionPurchasesDeferResponse() |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionPurchasesDeferResponse |
clone() |
java.lang.Long |
getNewExpiryTimeMillis()
The new expiry time for the subscription in milliseconds since the Epoch.
|
SubscriptionPurchasesDeferResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
SubscriptionPurchasesDeferResponse |
setNewExpiryTimeMillis(java.lang.Long newExpiryTimeMillis)
The new expiry time for the subscription in milliseconds since the Epoch.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Long getNewExpiryTimeMillis()
null for nonepublic SubscriptionPurchasesDeferResponse setNewExpiryTimeMillis(java.lang.Long newExpiryTimeMillis)
newExpiryTimeMillis - newExpiryTimeMillis or null for nonepublic SubscriptionPurchasesDeferResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic SubscriptionPurchasesDeferResponse clone()
clone in class com.google.api.client.json.GenericJson