Class LiveStreamSessionSession

    • Constructor Detail

      • LiveStreamSessionSession

        public LiveStreamSessionSession()
    • Method Detail

      • getSessionId

        @Nullable
        public String getSessionId()
        A unique identifier for your session. You can use this to track what happens during a specific session.
        Returns:
        sessionId
      • setSessionId

        public void setSessionId​(String sessionId)
      • getLoadedAt

        @Nullable
        public org.threeten.bp.OffsetDateTime getLoadedAt()
        When the session started, with the date and time presented in ISO-8601 format.
        Returns:
        loadedAt
      • setLoadedAt

        public void setLoadedAt​(org.threeten.bp.OffsetDateTime loadedAt)
      • getEndedAt

        @Nullable
        public org.threeten.bp.OffsetDateTime getEndedAt()
        When the session ended, with the date and time presented in ISO-8601 format.
        Returns:
        endedAt
      • setEndedAt

        public void setEndedAt​(org.threeten.bp.OffsetDateTime endedAt)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object