Class StreamSessionSummary

    • Method Detail

      • endTime

        public final Instant endTime()

        Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a string. For live streams, this is NULL.

        Returns:
        Time when the channel went offline. This is an ISO 8601 timestamp; note that this is returned as a string. For live streams, this is NULL.
      • hasErrorEvent

        public final Boolean hasErrorEvent()

        If true, this stream encountered a quota breach or failure.

        Returns:
        If true, this stream encountered a quota breach or failure.
      • startTime

        public final Instant startTime()

        Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.

        Returns:
        Time when the channel went live. This is an ISO 8601 timestamp; note that this is returned as a string.
      • streamId

        public final String streamId()

        Unique identifier for a live or previously live stream in the specified channel.

        Returns:
        Unique identifier for a live or previously live stream in the specified channel.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)