public final class VideoSuggestionsTagSuggestion 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.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
VideoSuggestionsTagSuggestion() |
| Modifier and Type | Method and Description |
|---|---|
VideoSuggestionsTagSuggestion |
clone() |
List<String> |
getCategoryRestricts()
A set of video categories for which the tag is relevant.
|
String |
getTag()
The keyword tag suggested for the video.
|
VideoSuggestionsTagSuggestion |
set(String fieldName,
Object value) |
VideoSuggestionsTagSuggestion |
setCategoryRestricts(List<String> categoryRestricts)
A set of video categories for which the tag is relevant.
|
VideoSuggestionsTagSuggestion |
setTag(String tag)
The keyword tag suggested for the video.
|
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 List<String> getCategoryRestricts()
null for nonepublic VideoSuggestionsTagSuggestion setCategoryRestricts(List<String> categoryRestricts)
categoryRestricts - categoryRestricts or null for nonepublic String getTag()
null for nonepublic VideoSuggestionsTagSuggestion setTag(String tag)
tag - tag or null for nonepublic VideoSuggestionsTagSuggestion set(String fieldName, Object value)
set in class GenericJsonpublic VideoSuggestionsTagSuggestion clone()
clone in class GenericJsonCopyright © 2011–2022 Google. All rights reserved.