public final class BatchReportDefinitionList
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 |
|---|
BatchReportDefinitionList() |
| Modifier and Type | Method and Description |
|---|---|
BatchReportDefinitionList |
clone() |
java.util.List<BatchReportDefinition> |
getItems()
A list of batchReportDefinition resources that match the request criteria.
|
java.lang.String |
getKind()
This value specifies the type of data included in the API response.
|
BatchReportDefinitionList |
set(java.lang.String fieldName,
java.lang.Object value) |
BatchReportDefinitionList |
setItems(java.util.List<BatchReportDefinition> items)
A list of batchReportDefinition resources that match the request criteria.
|
BatchReportDefinitionList |
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<BatchReportDefinition> getItems()
null for nonepublic BatchReportDefinitionList setItems(java.util.List<BatchReportDefinition> items)
items - items or null for nonepublic java.lang.String getKind()
null for nonepublic BatchReportDefinitionList setKind(java.lang.String kind)
kind - kind or null for nonepublic BatchReportDefinitionList set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BatchReportDefinitionList clone()
clone in class com.google.api.client.json.GenericJson