public final class BatchReportDefinition
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 |
|---|
BatchReportDefinition() |
| Modifier and Type | Method and Description |
|---|---|
BatchReportDefinition |
clone() |
java.lang.String |
getId()
The ID that YouTube assigns and uses to uniquely identify the report definition.
|
java.lang.String |
getKind()
This value specifies the type of data of this item.
|
java.lang.String |
getName()
Name of the report definition.
|
java.lang.String |
getStatus()
Status of the report definition.
|
java.lang.String |
getType()
Type of the report definition.
|
BatchReportDefinition |
set(java.lang.String fieldName,
java.lang.Object value) |
BatchReportDefinition |
setId(java.lang.String id)
The ID that YouTube assigns and uses to uniquely identify the report definition.
|
BatchReportDefinition |
setKind(java.lang.String kind)
This value specifies the type of data of this item.
|
BatchReportDefinition |
setName(java.lang.String name)
Name of the report definition.
|
BatchReportDefinition |
setStatus(java.lang.String status)
Status of the report definition.
|
BatchReportDefinition |
setType(java.lang.String type)
Type of the report definition.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.lang.String getId()
null for nonepublic BatchReportDefinition setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic BatchReportDefinition setKind(java.lang.String kind)
kind - kind or null for nonepublic java.lang.String getName()
null for nonepublic BatchReportDefinition setName(java.lang.String name)
name - name or null for nonepublic java.lang.String getStatus()
null for nonepublic BatchReportDefinition setStatus(java.lang.String status)
status - status or null for nonepublic java.lang.String getType()
null for nonepublic BatchReportDefinition setType(java.lang.String type)
type - type or null for nonepublic BatchReportDefinition set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic BatchReportDefinition clone()
clone in class com.google.api.client.json.GenericJson