public final class VideoSuggestions 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. For a detailed explanation see: http://code.google.com/p/google-api-java-client/wiki/Json
Upgrade warning: starting with version 1.12 getResponseHeaders()
is removed, instead use
JsonHttpRequest.getLastResponseHeaders()
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
VideoSuggestions() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getEditorSuggestions()
A list of video editing operations that might improve the video quality or playback experience
of the uploaded video.
|
List<String> |
getProcessingErrors()
A list of errors that will prevent YouTube from successfully processing the uploaded video
video.
|
List<String> |
getProcessingHints()
A list of suggestions that may improve YouTube's ability to process the video.
|
List<String> |
getProcessingWarnings()
A list of reasons why YouTube may have difficulty transcoding the uploaded video or that might
result in an erroneous transcoding.
|
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 |
setEditorSuggestions(List<String> editorSuggestions)
A list of video editing operations that might improve the video quality or playback experience
of the uploaded video.
|
VideoSuggestions |
setProcessingErrors(List<String> processingErrors)
A list of errors that will prevent YouTube from successfully processing the uploaded video
video.
|
VideoSuggestions |
setProcessingHints(List<String> processingHints)
A list of suggestions that may improve YouTube's ability to process the video.
|
VideoSuggestions |
setProcessingWarnings(List<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(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.
|
clone, getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, set, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public List<String> getEditorSuggestions()
null
.public VideoSuggestions setEditorSuggestions(List<String> editorSuggestions)
null
.public List<String> getProcessingErrors()
null
.public VideoSuggestions setProcessingErrors(List<String> processingErrors)
null
.public List<String> getProcessingHints()
null
.public VideoSuggestions setProcessingHints(List<String> processingHints)
null
.public List<String> getProcessingWarnings()
null
.public VideoSuggestions setProcessingWarnings(List<String> processingWarnings)
null
.public List<VideoSuggestionsTagSuggestion> getTagSuggestions()
null
.public VideoSuggestions setTagSuggestions(List<VideoSuggestionsTagSuggestion> tagSuggestions)
null
.