public class ChatRoomListResult
extends cn.jiguang.common.resp.BaseResult
| Constructor and Description |
|---|
ChatRoomListResult() |
| Modifier and Type | Method and Description |
|---|---|
static ChatRoomListResult |
fromResponse(cn.jiguang.common.resp.ResponseWrapper responseWrapper) |
java.lang.Integer |
getCount() |
java.util.List<ChatRoomResult> |
getList() |
ChatRoomResult[] |
getRooms() |
java.lang.Integer |
getStart() |
java.lang.Integer |
getTotal() |
public static ChatRoomListResult fromResponse(cn.jiguang.common.resp.ResponseWrapper responseWrapper)
public ChatRoomResult[] getRooms()
public java.util.List<ChatRoomResult> getList()
public java.lang.Integer getTotal()
public java.lang.Integer getStart()
public java.lang.Integer getCount()
Copyright © 2018. All Rights Reserved.