public final class BatchReportList
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 YouTube Analytics 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 |
|---|
BatchReportList() |
| Modifier and Type | Method and Description |
|---|---|
BatchReportList |
clone() |
java.util.List<BatchReport> |
getItems()
A list of batchReport resources that match the request criteria.
|
java.lang.String |
getKind()
This value specifies the type of data included in the API response.
|
BatchReportList |
set(java.lang.String fieldName,
java.lang.Object value) |
BatchReportList |
setItems(java.util.List<BatchReport> items)
A list of batchReport resources that match the request criteria.
|
BatchReportList |
setKind(java.lang.String kind)
This value specifies the type of data included in the API response.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<BatchReport> getItems()
null for nonepublic BatchReportList setItems(java.util.List<BatchReport> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic BatchReportList setKind(java.lang.String kind)
kind - kind or null for nonepublic BatchReportList set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BatchReportList clone()
clone in class com.google.api.client.json.GenericJson