public final class VideoTopicDetails 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 Data API v3. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
VideoTopicDetails() |
Modifier and Type | Method and Description |
---|---|
VideoTopicDetails |
clone() |
List<String> |
getRelevantTopicIds()
Similar to topic_id, except that these topics are merely relevant to the video.
|
List<String> |
getTopicCategories()
A list of Wikipedia URLs that provide a high-level description of the video's content.
|
List<String> |
getTopicIds()
A list of Freebase topic IDs that are centrally associated with the video.
|
VideoTopicDetails |
set(String fieldName,
Object value) |
VideoTopicDetails |
setRelevantTopicIds(List<String> relevantTopicIds)
Similar to topic_id, except that these topics are merely relevant to the video.
|
VideoTopicDetails |
setTopicCategories(List<String> topicCategories)
A list of Wikipedia URLs that provide a high-level description of the video's content.
|
VideoTopicDetails |
setTopicIds(List<String> topicIds)
A list of Freebase topic IDs that are centrally associated with the video.
|
getFactory, setFactory, toPrettyString, toString
entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public List<String> getRelevantTopicIds()
null
for nonepublic VideoTopicDetails setRelevantTopicIds(List<String> relevantTopicIds)
relevantTopicIds
- relevantTopicIds or null
for nonepublic List<String> getTopicCategories()
null
for nonepublic VideoTopicDetails setTopicCategories(List<String> topicCategories)
topicCategories
- topicCategories or null
for nonepublic List<String> getTopicIds()
null
for nonepublic VideoTopicDetails setTopicIds(List<String> topicIds)
topicIds
- topicIds or null
for nonepublic VideoTopicDetails set(String fieldName, Object value)
set
in class GenericJson
public VideoTopicDetails clone()
clone
in class GenericJson
Copyright © 2011–2021 Google. All rights reserved.