public final class ProductsListResponse
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 EMM API. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
ProductsListResponse() |
| Modifier and Type | Method and Description |
|---|---|
ProductsListResponse |
clone() |
java.lang.String |
getKind()
Identifies what kind of resource this is.
|
PageInfo |
getPageInfo()
General pagination information.
|
java.util.List<Product> |
getProduct()
Information about a product (e.g.
|
TokenPagination |
getTokenPagination()
Pagination information for token pagination.
|
ProductsListResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
ProductsListResponse |
setKind(java.lang.String kind)
Identifies what kind of resource this is.
|
ProductsListResponse |
setPageInfo(PageInfo pageInfo)
General pagination information.
|
ProductsListResponse |
setProduct(java.util.List<Product> product)
Information about a product (e.g.
|
ProductsListResponse |
setTokenPagination(TokenPagination tokenPagination)
Pagination information for token pagination.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.lang.String getKind()
null for nonepublic ProductsListResponse setKind(java.lang.String kind)
kind - kind or null for nonepublic PageInfo getPageInfo()
null for nonepublic ProductsListResponse setPageInfo(PageInfo pageInfo)
pageInfo - pageInfo or null for nonepublic java.util.List<Product> getProduct()
null for nonepublic ProductsListResponse setProduct(java.util.List<Product> product)
product - product or null for nonepublic TokenPagination getTokenPagination()
null for nonepublic ProductsListResponse setTokenPagination(TokenPagination tokenPagination)
tokenPagination - tokenPagination or null for nonepublic ProductsListResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic ProductsListResponse clone()
clone in class com.google.api.client.json.GenericJson