public final class GetReportsResponse
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 Analytics Reporting 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 |
|---|
GetReportsResponse() |
| Modifier and Type | Method and Description |
|---|---|
GetReportsResponse |
clone() |
java.lang.Integer |
getQueryCost()
The amount of resource quota tokens deducted to execute the query.
|
java.util.List<Report> |
getReports()
Responses corresponding to each of the request.
|
ResourceQuotasRemaining |
getResourceQuotasRemaining()
The amount of resource quota remaining for the property.
|
GetReportsResponse |
set(java.lang.String fieldName,
java.lang.Object value) |
GetReportsResponse |
setQueryCost(java.lang.Integer queryCost)
The amount of resource quota tokens deducted to execute the query.
|
GetReportsResponse |
setReports(java.util.List<Report> reports)
Responses corresponding to each of the request.
|
GetReportsResponse |
setResourceQuotasRemaining(ResourceQuotasRemaining resourceQuotasRemaining)
The amount of resource quota remaining for the property.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.Integer getQueryCost()
null for nonepublic GetReportsResponse setQueryCost(java.lang.Integer queryCost)
queryCost - queryCost or null for nonepublic java.util.List<Report> getReports()
null for nonepublic GetReportsResponse setReports(java.util.List<Report> reports)
reports - reports or null for nonepublic ResourceQuotasRemaining getResourceQuotasRemaining()
null for nonepublic GetReportsResponse setResourceQuotasRemaining(ResourceQuotasRemaining resourceQuotasRemaining)
resourceQuotasRemaining - resourceQuotasRemaining or null for nonepublic GetReportsResponse set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic GetReportsResponse clone()
clone in class com.google.api.client.json.GenericJson