public final class GroupItem
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 |
GroupItem.Resource
Model definition for GroupItemResource.
|
com.google.api.client.util.GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
GroupItem() |
Modifier and Type | Method and Description |
---|---|
GroupItem |
clone() |
String |
getEtag() |
String |
getGroupId() |
String |
getId() |
String |
getKind() |
GroupItem.Resource |
getResource() |
GroupItem |
set(String fieldName,
Object value) |
GroupItem |
setEtag(String etag) |
GroupItem |
setGroupId(String groupId) |
GroupItem |
setId(String id) |
GroupItem |
setKind(String kind) |
GroupItem |
setResource(GroupItem.Resource resource) |
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public String getEtag()
null
for nonepublic String getGroupId()
null
for nonepublic GroupItem setGroupId(String groupId)
groupId
- groupId or null
for nonepublic String getId()
null
for nonepublic String getKind()
null
for nonepublic GroupItem.Resource getResource()
null
for nonepublic GroupItem setResource(GroupItem.Resource resource)
resource
- resource or null
for nonepublic GroupItem set(String fieldName, Object value)
set
in class com.google.api.client.json.GenericJson
public GroupItem clone()
clone
in class com.google.api.client.json.GenericJson
Copyright © 2011–2019 Google. All rights reserved.