public final class Group
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
| Modifier and Type | Class and Description |
|---|---|
static class |
Group.ContentDetails
Model definition for GroupContentDetails.
|
static class |
Group.Snippet
Model definition for GroupSnippet.
|
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
Group() |
| Modifier and Type | Method and Description |
|---|---|
Group |
clone() |
Group.ContentDetails |
getContentDetails() |
java.lang.String |
getEtag() |
java.lang.String |
getId() |
java.lang.String |
getKind() |
Group.Snippet |
getSnippet() |
Group |
set(java.lang.String fieldName,
java.lang.Object value) |
Group |
setContentDetails(Group.ContentDetails contentDetails) |
Group |
setEtag(java.lang.String etag) |
Group |
setId(java.lang.String id) |
Group |
setKind(java.lang.String kind) |
Group |
setSnippet(Group.Snippet snippet) |
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic Group.ContentDetails getContentDetails()
null for nonepublic Group setContentDetails(Group.ContentDetails contentDetails)
contentDetails - contentDetails or null for nonepublic java.lang.String getEtag()
null for nonepublic Group setEtag(java.lang.String etag)
etag - etag or null for nonepublic java.lang.String getId()
null for nonepublic Group setId(java.lang.String id)
id - id or null for nonepublic java.lang.String getKind()
null for nonepublic Group setKind(java.lang.String kind)
kind - kind or null for nonepublic Group.Snippet getSnippet()
null for nonepublic Group setSnippet(Group.Snippet snippet)
snippet - snippet or null for nonepublic Group set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic Group clone()
clone in class com.google.api.client.json.GenericJson