public final class InappproductsListResponse
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 |
|---|
InappproductsListResponse() |
| Modifier and Type | Method and Description |
|---|---|
InappproductsListResponse |
clone() |
java.util.List<InAppProduct> |
getInappproduct() |
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
PageInfo |
getPageInfo() |
TokenPagination |
getTokenPagination() |
InappproductsListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
InappproductsListResponse |
setInappproduct(java.util.List<InAppProduct> inappproduct) |
InappproductsListResponse |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
InappproductsListResponse |
setPageInfo(PageInfo pageInfo) |
InappproductsListResponse |
setTokenPagination(TokenPagination tokenPagination) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<InAppProduct> getInappproduct()
null for nonepublic InappproductsListResponse setInappproduct(java.util.List<InAppProduct> inappproduct)
inappproduct - inappproduct or null for nonepublic java.lang.String getKind()
null for nonepublic InappproductsListResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic PageInfo getPageInfo()
null for nonepublic InappproductsListResponse setPageInfo(PageInfo pageInfo)
pageInfo - pageInfo or null for nonepublic TokenPagination getTokenPagination()
null for nonepublic InappproductsListResponse setTokenPagination(TokenPagination tokenPagination)
tokenPagination - tokenPagination or null for nonepublic InappproductsListResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic InappproductsListResponse clone()
clone in class com.google.api.client.json.GenericJson