public final class VideoSuggestionsTagSuggestion
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. For a detailed explanation see: https://developers.google.com/api-client-library/java/google-http-java-client/json
com.google.api.client.util.GenericData.Flags| Constructor and Description |
|---|
VideoSuggestionsTagSuggestion() |
| Modifier and Type | Method and Description |
|---|---|
VideoSuggestionsTagSuggestion |
clone() |
java.util.List<java.lang.String> |
getCategoryRestricts()
A set of video categories for which the tag is relevant.
|
java.lang.String |
getTag()
The keyword tag suggested for the video.
|
VideoSuggestionsTagSuggestion |
set(java.lang.String fieldName,
java.lang.Object value) |
VideoSuggestionsTagSuggestion |
setCategoryRestricts(java.util.List<java.lang.String> categoryRestricts)
A set of video categories for which the tag is relevant.
|
VideoSuggestionsTagSuggestion |
setTag(java.lang.String tag)
The keyword tag suggested for the video.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeyspublic java.util.List<java.lang.String> getCategoryRestricts()
null for nonepublic VideoSuggestionsTagSuggestion setCategoryRestricts(java.util.List<java.lang.String> categoryRestricts)
categoryRestricts - categoryRestricts or null for nonepublic java.lang.String getTag()
null for nonepublic VideoSuggestionsTagSuggestion setTag(java.lang.String tag)
tag - tag or null for nonepublic VideoSuggestionsTagSuggestion set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic VideoSuggestionsTagSuggestion clone()
clone in class com.google.api.client.json.GenericJson