public final class VideoStat
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 Data API v3. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
VideoStat() |
| Modifier and Type | Method and Description |
|---|---|
VideoStat |
clone() |
VideoStatsContentDetails |
getContentDetails()
Output only.
|
String |
getEtag()
Output only.
|
String |
getKind()
Output only.
|
String |
getName()
Output only.
|
VideoStatsSnippet |
getSnippet()
Output only.
|
VideoStatsStatistics |
getStatistics()
Output only.
|
String |
getVideoId()
Output only.
|
VideoStat |
set(String fieldName,
Object value) |
VideoStat |
setContentDetails(VideoStatsContentDetails contentDetails)
Output only.
|
VideoStat |
setEtag(String etag)
Output only.
|
VideoStat |
setKind(String kind)
Output only.
|
VideoStat |
setName(String name)
Output only.
|
VideoStat |
setSnippet(VideoStatsSnippet snippet)
Output only.
|
VideoStat |
setStatistics(VideoStatsStatistics statistics)
Output only.
|
VideoStat |
setVideoId(String videoId)
Output only.
|
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 VideoStatsContentDetails getContentDetails()
null for nonepublic VideoStat setContentDetails(VideoStatsContentDetails contentDetails)
contentDetails - contentDetails or null for nonepublic String getEtag()
null for nonepublic VideoStat setEtag(String etag)
etag - etag or null for nonepublic String getKind()
null for nonepublic VideoStat setKind(String kind)
kind - kind or null for nonepublic String getName()
null for nonepublic VideoStat setName(String name)
name - name or null for nonepublic VideoStatsSnippet getSnippet()
null for nonepublic VideoStat setSnippet(VideoStatsSnippet snippet)
snippet - snippet or null for nonepublic VideoStatsStatistics getStatistics()
null for nonepublic VideoStat setStatistics(VideoStatsStatistics statistics)
statistics - statistics or null for nonepublic String getVideoId()
null for nonepublic VideoStat setVideoId(String videoId)
videoId - videoId or null for nonepublic VideoStat set(String fieldName, Object value)
set in class com.google.api.client.json.GenericJsonpublic VideoStat clone()
clone in class com.google.api.client.json.GenericJsonCopyright © 2011–2025 Google. All rights reserved.