Class PublicRoomsResponse


  • public class PublicRoomsResponse
    extends Object
    Public rooms response.
    • Field Detail

      • nextBatch

        private String nextBatch
        A pagination token for the response. The absence of this token means there are no more results to fetch and the client should stop paginating.
      • prevBatch

        private String prevBatch
        A pagination token that allows fetching previous results. The absence of this token means there are no results before this batch, i.e. this is the first batch.
      • totalRoomCountEstimate

        private Long totalRoomCountEstimate
        An estimate on the total number of public rooms, if the server has an estimate.
    • Constructor Detail

      • PublicRoomsResponse

        public PublicRoomsResponse()
    • Method Detail

      • getNextBatch

        public String getNextBatch()
      • setNextBatch

        public void setNextBatch​(String nextBatch)
      • getPrevBatch

        public String getPrevBatch()
      • setPrevBatch

        public void setPrevBatch​(String prevBatch)
      • getTotalRoomCountEstimate

        public Long getTotalRoomCountEstimate()
      • setTotalRoomCountEstimate

        public void setTotalRoomCountEstimate​(Long totalRoomCountEstimate)