public final class InappproductsListResponse 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-http-java-client/wiki/JSON
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
InappproductsListResponse() |
| Modifier and Type | Method and Description |
|---|---|
InappproductsListResponse |
clone() |
List<InAppProduct> |
getInappproduct() |
String |
getKind()
Identifies what kind of resource this is.
|
PageInfo |
getPageInfo() |
TokenPagination |
getTokenPagination() |
InappproductsListResponse |
set(String fieldName,
Object value) |
InappproductsListResponse |
setInappproduct(List<InAppProduct> inappproduct) |
InappproductsListResponse |
setKind(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, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic List<InAppProduct> getInappproduct()
null for nonepublic InappproductsListResponse setInappproduct(List<InAppProduct> inappproduct)
inappproduct - inappproduct or null for nonepublic String getKind()
null for nonepublic InappproductsListResponse setKind(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(String fieldName, Object value)
set in class GenericJsonpublic InappproductsListResponse clone()
clone in class GenericJson