public final class VideoStatus 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 |
|---|
VideoStatus() |
| Modifier and Type | Method and Description |
|---|---|
VideoStatus |
clone() |
Boolean |
getEmbeddable()
This value indicates if the video can be embedded on another website.
|
String |
getFailureReason()
This value explains why a video failed to upload.
|
String |
getLicense()
The video's license.
|
Boolean |
getMadeForKids() |
String |
getPrivacyStatus()
The video's privacy status.
|
Boolean |
getPublicStatsViewable()
This value indicates if the extended video statistics on the watch page can be viewed by
everyone.
|
DateTime |
getPublishAt()
The date and time when the video is scheduled to publish.
|
String |
getRejectionReason()
This value explains why YouTube rejected an uploaded video.
|
Boolean |
getSelfDeclaredMadeForKids() |
String |
getUploadStatus()
The status of the uploaded video.
|
VideoStatus |
set(String fieldName,
Object value) |
VideoStatus |
setEmbeddable(Boolean embeddable)
This value indicates if the video can be embedded on another website.
|
VideoStatus |
setFailureReason(String failureReason)
This value explains why a video failed to upload.
|
VideoStatus |
setLicense(String license)
The video's license.
|
VideoStatus |
setMadeForKids(Boolean madeForKids) |
VideoStatus |
setPrivacyStatus(String privacyStatus)
The video's privacy status.
|
VideoStatus |
setPublicStatsViewable(Boolean publicStatsViewable)
This value indicates if the extended video statistics on the watch page can be viewed by
everyone.
|
VideoStatus |
setPublishAt(DateTime publishAt)
The date and time when the video is scheduled to publish.
|
VideoStatus |
setRejectionReason(String rejectionReason)
This value explains why YouTube rejected an uploaded video.
|
VideoStatus |
setSelfDeclaredMadeForKids(Boolean selfDeclaredMadeForKids) |
VideoStatus |
setUploadStatus(String uploadStatus)
The status of the uploaded video.
|
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 Boolean getEmbeddable()
null for nonepublic VideoStatus setEmbeddable(Boolean embeddable)
embeddable - embeddable or null for nonepublic String getFailureReason()
null for nonepublic VideoStatus setFailureReason(String failureReason)
failureReason - failureReason or null for nonepublic String getLicense()
null for nonepublic VideoStatus setLicense(String license)
license - license or null for nonepublic Boolean getMadeForKids()
null for nonepublic VideoStatus setMadeForKids(Boolean madeForKids)
madeForKids - madeForKids or null for nonepublic String getPrivacyStatus()
null for nonepublic VideoStatus setPrivacyStatus(String privacyStatus)
privacyStatus - privacyStatus or null for nonepublic Boolean getPublicStatsViewable()
null for nonepublic VideoStatus setPublicStatsViewable(Boolean publicStatsViewable)
publicStatsViewable - publicStatsViewable or null for nonepublic DateTime getPublishAt()
null for nonepublic VideoStatus setPublishAt(DateTime publishAt)
publishAt - publishAt or null for nonepublic String getRejectionReason()
null for nonepublic VideoStatus setRejectionReason(String rejectionReason)
rejectionReason - rejectionReason or null for nonepublic Boolean getSelfDeclaredMadeForKids()
null for nonepublic VideoStatus setSelfDeclaredMadeForKids(Boolean selfDeclaredMadeForKids)
selfDeclaredMadeForKids - selfDeclaredMadeForKids or null for nonepublic String getUploadStatus()
null for nonepublic VideoStatus setUploadStatus(String uploadStatus)
uploadStatus - uploadStatus or null for nonepublic VideoStatus set(String fieldName, Object value)
set in class GenericJsonpublic VideoStatus clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.