public final class VideoSuggestions
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 |
|---|
VideoSuggestions() |
| Modifier and Type | Method and Description |
|---|---|
VideoSuggestions |
clone() |
java.util.List<java.lang.String> |
getEditorSuggestions()
A list of video editing operations that might improve the video quality or playback experience
of the uploaded video.
|
java.util.List<java.lang.String> |
getProcessingErrors()
A list of errors that will prevent YouTube from successfully processing the uploaded video
video.
|
java.util.List<java.lang.String> |
getProcessingHints()
A list of suggestions that may improve YouTube's ability to process the video.
|
java.util.List<java.lang.String> |
getProcessingWarnings()
A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might
result in an erroneous transcoding.
|
java.util.List<VideoSuggestionsTagSuggestion> |
getTagSuggestions()
A list of keyword tags that could be added to the video's metadata to increase the likelihood
that users will locate your video when searching or browsing on YouTube.
|
VideoSuggestions |
set(java.lang.String fieldName,
java.lang.Object value) |
VideoSuggestions |
setEditorSuggestions(java.util.List<java.lang.String> editorSuggestions)
A list of video editing operations that might improve the video quality or playback experience
of the uploaded video.
|
VideoSuggestions |
setProcessingErrors(java.util.List<java.lang.String> processingErrors)
A list of errors that will prevent YouTube from successfully processing the uploaded video
video.
|
VideoSuggestions |
setProcessingHints(java.util.List<java.lang.String> processingHints)
A list of suggestions that may improve YouTube's ability to process the video.
|
VideoSuggestions |
setProcessingWarnings(java.util.List<java.lang.String> processingWarnings)
A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might
result in an erroneous transcoding.
|
VideoSuggestions |
setTagSuggestions(java.util.List<VideoSuggestionsTagSuggestion> tagSuggestions)
A list of keyword tags that could be added to the video's metadata to increase the likelihood
that users will locate your video when searching or browsing on YouTube.
|
getFactory, setFactory, toPrettyString, toStringentrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysclear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, valuespublic java.util.List<java.lang.String> getEditorSuggestions()
null for nonepublic VideoSuggestions setEditorSuggestions(java.util.List<java.lang.String> editorSuggestions)
editorSuggestions - editorSuggestions or null for nonepublic java.util.List<java.lang.String> getProcessingErrors()
null for nonepublic VideoSuggestions setProcessingErrors(java.util.List<java.lang.String> processingErrors)
processingErrors - processingErrors or null for nonepublic java.util.List<java.lang.String> getProcessingHints()
null for nonepublic VideoSuggestions setProcessingHints(java.util.List<java.lang.String> processingHints)
processingHints - processingHints or null for nonepublic java.util.List<java.lang.String> getProcessingWarnings()
null for nonepublic VideoSuggestions setProcessingWarnings(java.util.List<java.lang.String> processingWarnings)
processingWarnings - processingWarnings or null for nonepublic java.util.List<VideoSuggestionsTagSuggestion> getTagSuggestions()
null for nonepublic VideoSuggestions setTagSuggestions(java.util.List<VideoSuggestionsTagSuggestion> tagSuggestions)
tagSuggestions - tagSuggestions or null for nonepublic VideoSuggestions set(java.lang.String fieldName, java.lang.Object value)
set in class com.google.api.client.json.GenericJsonpublic VideoSuggestions clone()
clone in class com.google.api.client.json.GenericJson