public final class LiveBroadcastSnippet 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 |
|---|
LiveBroadcastSnippet() |
| Modifier and Type | Method and Description |
|---|---|
LiveBroadcastSnippet |
clone() |
DateTime |
getActualEndTime()
The date and time that the broadcast actually ended.
|
DateTime |
getActualStartTime()
The date and time that the broadcast actually started.
|
String |
getChannelId()
The ID that YouTube uses to uniquely identify the channel that is publishing the broadcast.
|
String |
getDescription()
The broadcast's description.
|
Boolean |
getIsDefaultBroadcast()
Indicates whether this broadcast is the default broadcast.
|
String |
getLiveChatId()
The id of the live chat for this broadcast.
|
DateTime |
getPublishedAt()
The date and time that the broadcast was added to YouTube's live broadcast schedule.
|
DateTime |
getScheduledEndTime()
The date and time that the broadcast is scheduled to end.
|
DateTime |
getScheduledStartTime()
The date and time that the broadcast is scheduled to start.
|
ThumbnailDetails |
getThumbnails()
A map of thumbnail images associated with the broadcast.
|
String |
getTitle()
The broadcast's title.
|
LiveBroadcastSnippet |
set(String fieldName,
Object value) |
LiveBroadcastSnippet |
setActualEndTime(DateTime actualEndTime)
The date and time that the broadcast actually ended.
|
LiveBroadcastSnippet |
setActualStartTime(DateTime actualStartTime)
The date and time that the broadcast actually started.
|
LiveBroadcastSnippet |
setChannelId(String channelId)
The ID that YouTube uses to uniquely identify the channel that is publishing the broadcast.
|
LiveBroadcastSnippet |
setDescription(String description)
The broadcast's description.
|
LiveBroadcastSnippet |
setIsDefaultBroadcast(Boolean isDefaultBroadcast)
Indicates whether this broadcast is the default broadcast.
|
LiveBroadcastSnippet |
setLiveChatId(String liveChatId)
The id of the live chat for this broadcast.
|
LiveBroadcastSnippet |
setPublishedAt(DateTime publishedAt)
The date and time that the broadcast was added to YouTube's live broadcast schedule.
|
LiveBroadcastSnippet |
setScheduledEndTime(DateTime scheduledEndTime)
The date and time that the broadcast is scheduled to end.
|
LiveBroadcastSnippet |
setScheduledStartTime(DateTime scheduledStartTime)
The date and time that the broadcast is scheduled to start.
|
LiveBroadcastSnippet |
setThumbnails(ThumbnailDetails thumbnails)
A map of thumbnail images associated with the broadcast.
|
LiveBroadcastSnippet |
setTitle(String title)
The broadcast's title.
|
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 DateTime getActualEndTime()
null for nonepublic LiveBroadcastSnippet setActualEndTime(DateTime actualEndTime)
actualEndTime - actualEndTime or null for nonepublic DateTime getActualStartTime()
null for nonepublic LiveBroadcastSnippet setActualStartTime(DateTime actualStartTime)
actualStartTime - actualStartTime or null for nonepublic String getChannelId()
null for nonepublic LiveBroadcastSnippet setChannelId(String channelId)
channelId - channelId or null for nonepublic String getDescription()
null for nonepublic LiveBroadcastSnippet setDescription(String description)
description - description or null for nonepublic Boolean getIsDefaultBroadcast()
null for nonepublic LiveBroadcastSnippet setIsDefaultBroadcast(Boolean isDefaultBroadcast)
isDefaultBroadcast - isDefaultBroadcast or null for nonepublic String getLiveChatId()
null for nonepublic LiveBroadcastSnippet setLiveChatId(String liveChatId)
liveChatId - liveChatId or null for nonepublic DateTime getPublishedAt()
null for nonepublic LiveBroadcastSnippet setPublishedAt(DateTime publishedAt)
publishedAt - publishedAt or null for nonepublic DateTime getScheduledEndTime()
null for nonepublic LiveBroadcastSnippet setScheduledEndTime(DateTime scheduledEndTime)
scheduledEndTime - scheduledEndTime or null for nonepublic DateTime getScheduledStartTime()
null for nonepublic LiveBroadcastSnippet setScheduledStartTime(DateTime scheduledStartTime)
scheduledStartTime - scheduledStartTime or null for nonepublic ThumbnailDetails getThumbnails()
null for nonepublic LiveBroadcastSnippet setThumbnails(ThumbnailDetails thumbnails)
thumbnails - thumbnails or null for nonepublic String getTitle()
null for nonepublic LiveBroadcastSnippet setTitle(String title)
title - title or null for nonepublic LiveBroadcastSnippet set(String fieldName, Object value)
set in class GenericJsonpublic LiveBroadcastSnippet clone()
clone in class GenericJsonCopyright © 2011–2021 Google. All rights reserved.