public final class Group extends 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
GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
Group |
clone() |
GroupContentDetails |
getContentDetails()
The `contentDetails` object contains additional information about the group, such as the number
and type of items that it contains.
|
Errors |
getErrors()
Apiary error details
|
String |
getEtag()
The Etag of this resource.
|
String |
getId()
The ID that YouTube uses to uniquely identify the group.
|
String |
getKind()
Identifies the API resource's type.
|
GroupSnippet |
getSnippet()
The `snippet` object contains basic information about the group, including its creation date
and name.
|
Group |
set(String fieldName,
Object value) |
Group |
setContentDetails(GroupContentDetails contentDetails)
The `contentDetails` object contains additional information about the group, such as the number
and type of items that it contains.
|
Group |
setErrors(Errors errors)
Apiary error details
|
Group |
setEtag(String etag)
The Etag of this resource.
|
Group |
setId(String id)
The ID that YouTube uses to uniquely identify the group.
|
Group |
setKind(String kind)
Identifies the API resource's type.
|
Group |
setSnippet(GroupSnippet snippet)
The `snippet` object contains basic information about the group, including its creation date
and name.
|
getFactory, setFactory, toPrettyString, toStringentrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllpublic GroupContentDetails getContentDetails()
null for nonepublic Group setContentDetails(GroupContentDetails contentDetails)
contentDetails - contentDetails or null for nonepublic Errors getErrors()
null for nonepublic Group setErrors(Errors errors)
errors - errors or null for nonepublic String getEtag()
null for nonepublic Group setEtag(String etag)
etag - etag or null for nonepublic String getId()
null for nonepublic Group setId(String id)
id - id or null for nonepublic String getKind()
null for nonepublic Group setKind(String kind)
kind - kind or null for nonepublic GroupSnippet getSnippet()
null for nonepublic Group setSnippet(GroupSnippet snippet)
snippet - snippet or null for nonepublic Group set(String fieldName, Object value)
set in class GenericJsonpublic Group clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.