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

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







LiveStreamHealthStatus (YouTube Data API v3 v3-rev20240303-2.0.0)












com.google.api.services.youtube.model

Class LiveStreamHealthStatus

    • Constructor Detail

      • LiveStreamHealthStatus

        public LiveStreamHealthStatus()
    • Method Detail

      • getConfigurationIssues

        public List<LiveStreamConfigurationIssue> getConfigurationIssues()
        The configurations issues on this stream
        Returns:
        value or null for none
      • getLastUpdateTimeSeconds

        public BigInteger getLastUpdateTimeSeconds()
        The last time this status was updated (in seconds)
        Returns:
        value or null for none
      • setLastUpdateTimeSeconds

        public LiveStreamHealthStatus setLastUpdateTimeSeconds(BigInteger lastUpdateTimeSeconds)
        The last time this status was updated (in seconds)
        Parameters:
        lastUpdateTimeSeconds - lastUpdateTimeSeconds or null for none
      • getStatus

        public String getStatus()
        The status code of this stream
        Returns:
        value or null for none
      • setStatus

        public LiveStreamHealthStatus setStatus(String status)
        The status code of this stream
        Parameters:
        status - status or null for none
      • clone

        public LiveStreamHealthStatus 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