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 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 |
|---|
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, 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> 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 GenericJsonpublic VideoSuggestions clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.