Class StateIdResponse


  • public class StateIdResponse
    extends Object
    Response of the state methods, in the form of event IDs.
    • Field Detail

      • authChain

        private List<String> authChain
        Required. The full set of authorization events that make up the state of the room, and their authorization events, recursively.
      • pdus

        private List<String> pdus
        Required. The fully resolved state of the room at the given event.
    • Constructor Detail

      • StateIdResponse

        public StateIdResponse()
    • Method Detail

      • getAuthChain

        public List<String> getAuthChain()
      • setAuthChain

        public void setAuthChain​(List<String> authChain)
      • setPdus

        public void setPdus​(List<String> pdus)