public final class PageInfo
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: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags
Constructor and Description |
---|
PageInfo() |
Modifier and Type | Method and Description |
---|---|
PageInfo |
clone() |
java.lang.Integer |
getResultPerPage() |
java.lang.Integer |
getStartIndex() |
java.lang.Integer |
getTotalResults() |
PageInfo |
set(java.lang.String fieldName,
java.lang.Object value) |
PageInfo |
setResultPerPage(java.lang.Integer resultPerPage) |
PageInfo |
setStartIndex(java.lang.Integer startIndex) |
PageInfo |
setTotalResults(java.lang.Integer totalResults) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public java.lang.Integer getResultPerPage()
null
for nonepublic PageInfo setResultPerPage(java.lang.Integer resultPerPage)
resultPerPage
- resultPerPage or null
for nonepublic java.lang.Integer getStartIndex()
null
for nonepublic PageInfo setStartIndex(java.lang.Integer startIndex)
startIndex
- startIndex or null
for nonepublic java.lang.Integer getTotalResults()
null
for nonepublic PageInfo setTotalResults(java.lang.Integer totalResults)
totalResults
- totalResults or null
for nonepublic PageInfo set(java.lang.String fieldName, java.lang.Object value)
set
in class com.google.api.client.json.GenericJson
public PageInfo clone()
clone
in class com.google.api.client.json.GenericJson