All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.youtube.model.LiveBroadcastSnippet.html Maven / Gradle / Ivy

There is a newer version: v3-rev20240514-2.0.0
Show newest version






LiveBroadcastSnippet (YouTube Data API v3 v3-rev20240417-2.0.0)












com.google.api.services.youtube.model

Class LiveBroadcastSnippet

    • Constructor Detail

      • LiveBroadcastSnippet

        public LiveBroadcastSnippet()
    • Method Detail

      • getActualEndTime

        public com.google.api.client.util.DateTime getActualEndTime()
        The date and time that the broadcast actually ended. This information is only available once the broadcast's state is complete.
        Returns:
        value or null for none
      • setActualEndTime

        public LiveBroadcastSnippet setActualEndTime(com.google.api.client.util.DateTime actualEndTime)
        The date and time that the broadcast actually ended. This information is only available once the broadcast's state is complete.
        Parameters:
        actualEndTime - actualEndTime or null for none
      • getActualStartTime

        public com.google.api.client.util.DateTime getActualStartTime()
        The date and time that the broadcast actually started. This information is only available once the broadcast's state is live.
        Returns:
        value or null for none
      • setActualStartTime

        public LiveBroadcastSnippet setActualStartTime(com.google.api.client.util.DateTime actualStartTime)
        The date and time that the broadcast actually started. This information is only available once the broadcast's state is live.
        Parameters:
        actualStartTime - actualStartTime or null for none
      • getChannelId

        public String getChannelId()
        The ID that YouTube uses to uniquely identify the channel that is publishing the broadcast.
        Returns:
        value or null for none
      • setChannelId

        public LiveBroadcastSnippet setChannelId(String channelId)
        The ID that YouTube uses to uniquely identify the channel that is publishing the broadcast.
        Parameters:
        channelId - channelId or null for none
      • getDescription

        public String getDescription()
        The broadcast's description. As with the title, you can set this field by modifying the broadcast resource or by setting the description field of the corresponding video resource.
        Returns:
        value or null for none
      • setDescription

        public LiveBroadcastSnippet setDescription(String description)
        The broadcast's description. As with the title, you can set this field by modifying the broadcast resource or by setting the description field of the corresponding video resource.
        Parameters:
        description - description or null for none
      • getIsDefaultBroadcast

        public Boolean getIsDefaultBroadcast()
        Indicates whether this broadcast is the default broadcast. Internal only.
        Returns:
        value or null for none
      • setIsDefaultBroadcast

        public LiveBroadcastSnippet setIsDefaultBroadcast(Boolean isDefaultBroadcast)
        Indicates whether this broadcast is the default broadcast. Internal only.
        Parameters:
        isDefaultBroadcast - isDefaultBroadcast or null for none
      • getLiveChatId

        public String getLiveChatId()
        The id of the live chat for this broadcast.
        Returns:
        value or null for none
      • setLiveChatId

        public LiveBroadcastSnippet setLiveChatId(String liveChatId)
        The id of the live chat for this broadcast.
        Parameters:
        liveChatId - liveChatId or null for none
      • getPublishedAt

        public com.google.api.client.util.DateTime getPublishedAt()
        The date and time that the broadcast was added to YouTube's live broadcast schedule.
        Returns:
        value or null for none
      • setPublishedAt

        public LiveBroadcastSnippet setPublishedAt(com.google.api.client.util.DateTime publishedAt)
        The date and time that the broadcast was added to YouTube's live broadcast schedule.
        Parameters:
        publishedAt - publishedAt or null for none
      • getScheduledEndTime

        public com.google.api.client.util.DateTime getScheduledEndTime()
        The date and time that the broadcast is scheduled to end.
        Returns:
        value or null for none
      • setScheduledEndTime

        public LiveBroadcastSnippet setScheduledEndTime(com.google.api.client.util.DateTime scheduledEndTime)
        The date and time that the broadcast is scheduled to end.
        Parameters:
        scheduledEndTime - scheduledEndTime or null for none
      • getScheduledStartTime

        public com.google.api.client.util.DateTime getScheduledStartTime()
        The date and time that the broadcast is scheduled to start.
        Returns:
        value or null for none
      • setScheduledStartTime

        public LiveBroadcastSnippet setScheduledStartTime(com.google.api.client.util.DateTime scheduledStartTime)
        The date and time that the broadcast is scheduled to start.
        Parameters:
        scheduledStartTime - scheduledStartTime or null for none
      • getThumbnails

        public ThumbnailDetails getThumbnails()
        A map of thumbnail images associated with the broadcast. For each nested object in this object, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
        Returns:
        value or null for none
      • setThumbnails

        public LiveBroadcastSnippet setThumbnails(ThumbnailDetails thumbnails)
        A map of thumbnail images associated with the broadcast. For each nested object in this object, the key is the name of the thumbnail image, and the value is an object that contains other information about the thumbnail.
        Parameters:
        thumbnails - thumbnails or null for none
      • getTitle

        public String getTitle()
        The broadcast's title. Note that the broadcast represents exactly one YouTube video. You can set this field by modifying the broadcast resource or by setting the title field of the corresponding video resource.
        Returns:
        value or null for none
      • setTitle

        public LiveBroadcastSnippet setTitle(String title)
        The broadcast's title. Note that the broadcast represents exactly one YouTube video. You can set this field by modifying the broadcast resource or by setting the title field of the corresponding video resource.
        Parameters:
        title - title or null for none
      • clone

        public LiveBroadcastSnippet clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy