Class LeftRoom


  • public class LeftRoom
    extends Object
    Left room.
    • Field Detail

      • state

        private State state
        The state updates for the room up to the start of the timeline.
      • timeline

        private Timeline timeline
        The timeline of messages and state changes in the room up to the point when the user left.
      • accountData

        private AccountData accountData
        The private data that this user has attached to this room.
    • Constructor Detail

      • LeftRoom

        public LeftRoom()
    • Method Detail

      • getState

        public State getState()
      • setState

        public void setState​(State state)
      • getTimeline

        public Timeline getTimeline()
      • setTimeline

        public void setTimeline​(Timeline timeline)
      • setAccountData

        public void setAccountData​(AccountData accountData)