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-http-java-client/wiki/JSON
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
VideoSuggestions() |
Modifier and Type | Method and Description |
---|---|
VideoSuggestions |
clone() |
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 |
set(String fieldName,
Object value) |
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.
|
getFactory, setFactory, toPrettyString, toString
entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, values
public List<String> getEditorSuggestions()
null
for nonepublic VideoSuggestions setEditorSuggestions(List<String> editorSuggestions)
editorSuggestions
- editorSuggestions or null
for nonepublic List<String> getProcessingErrors()
null
for nonepublic VideoSuggestions setProcessingErrors(List<String> processingErrors)
processingErrors
- processingErrors or null
for nonepublic List<String> getProcessingHints()
null
for nonepublic VideoSuggestions setProcessingHints(List<String> processingHints)
processingHints
- processingHints or null
for nonepublic List<String> getProcessingWarnings()
null
for nonepublic VideoSuggestions setProcessingWarnings(List<String> processingWarnings)
processingWarnings
- processingWarnings or null
for nonepublic List<VideoSuggestionsTagSuggestion> getTagSuggestions()
null
for nonepublic VideoSuggestions setTagSuggestions(List<VideoSuggestionsTagSuggestion> tagSuggestions)
tagSuggestions
- tagSuggestions or null
for nonepublic VideoSuggestions set(String fieldName, Object value)
set
in class GenericJson
public VideoSuggestions clone()
clone
in class GenericJson