Class PreviousRoom


  • public class PreviousRoom
    extends Object
    A reference to the room this room replaces, if the previous room was upgraded.
    • Field Detail

      • roomId

        private String roomId
        Required. The ID of the old room.
      • eventId

        private String eventId
        Required. The event ID of the last known event in the old room.
    • Constructor Detail

      • PreviousRoom

        public PreviousRoom()
    • Method Detail

      • getRoomId

        public String getRoomId()
      • setRoomId

        public void setRoomId​(String roomId)
      • getEventId

        public String getEventId()
      • setEventId

        public void setEventId​(String eventId)