Class VideoSessionSession

    • Constructor Detail

      • VideoSessionSession

        public VideoSessionSession()
    • Method Detail

      • getSessionId

        @Nullable
        public String getSessionId()
        The unique identifier for the session that you can use to track what happens during it.
        Returns:
        sessionId
      • setSessionId

        public void setSessionId​(String sessionId)
      • getLoadedAt

        @Nullable
        public OffsetDateTime getLoadedAt()
        When the video session started, presented in ISO-8601 format.
        Returns:
        loadedAt
      • getEndedAt

        @Nullable
        public OffsetDateTime getEndedAt()
        When the video session ended, presented in ISO-8601 format.
        Returns:
        endedAt
      • getMetadata

        @Nullable
        public List<Metadata> getMetadata()
        A list of key value pairs that you use to provide metadata for your video. These pairs can be made dynamic, allowing you to segment your audience. You can also just use the pairs as another way to tag and categorize your videos.
        Returns:
        metadata
      • setMetadata

        public void setMetadata​(List<Metadata> metadata)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object