public class ListRtcRoomListResponse extends SdkResponse
| Constructor and Description |
|---|
ListRtcRoomListResponse() |
getHttpStatusCode, setHttpStatusCodepublic ListRtcRoomListResponse withTotal(Integer total)
public Integer getTotal()
public void setTotal(Integer total)
public ListRtcRoomListResponse withLimit(Integer limit)
public Integer getLimit()
public void setLimit(Integer limit)
public ListRtcRoomListResponse withOffset(Integer offset)
public Integer getOffset()
public void setOffset(Integer offset)
public ListRtcRoomListResponse withRoomInfoList(List<RtcServerRoomInfo> roomInfoList)
public ListRtcRoomListResponse addRoomInfoListItem(RtcServerRoomInfo roomInfoListItem)
public ListRtcRoomListResponse withRoomInfoList(java.util.function.Consumer<List<RtcServerRoomInfo>> roomInfoListSetter)
public List<RtcServerRoomInfo> getRoomInfoList()
public void setRoomInfoList(List<RtcServerRoomInfo> roomInfoList)
public ListRtcRoomListResponse withXRequestId(String xRequestId)
public String getXRequestId()
public void setXRequestId(String xRequestId)
Copyright © 2022. All rights reserved.