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 Developer API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/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, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic 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 GenericJsonCopyright © 2011–2020 Google. All rights reserved.