public final class GroupContentDetails 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 |
|---|
GroupContentDetails() |
| Modifier and Type | Method and Description |
|---|---|
GroupContentDetails |
clone() |
BigInteger |
getItemCount()
The number of items in the group.
|
String |
getItemType()
The type of resources that the group contains.
|
GroupContentDetails |
set(String fieldName,
Object value) |
GroupContentDetails |
setItemCount(BigInteger itemCount)
The number of items in the group.
|
GroupContentDetails |
setItemType(String itemType)
The type of resources that the group contains.
|
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 BigInteger getItemCount()
null for nonepublic GroupContentDetails setItemCount(BigInteger itemCount)
itemCount - itemCount or null for nonepublic String getItemType()
null for nonepublic GroupContentDetails setItemType(String itemType)
itemType - itemType or null for nonepublic GroupContentDetails set(String fieldName, Object value)
set in class GenericJsonpublic GroupContentDetails clone()
clone in class GenericJsonCopyright © 2011–2019 Google. All rights reserved.