public class AlipaySocialBaseChatGroupsQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipaySocialBaseChatGroupsQueryResponse() |
Modifier and Type | Method and Description |
---|---|
List<GroupInfo> |
getGroupInfos()
Gets group infos.
|
Boolean |
getHasMore()
Gets has more.
|
Long |
getLastKey()
Gets last key.
|
void |
setGroupInfos(List<GroupInfo> groupInfos)
Sets group infos.
|
void |
setHasMore(Boolean hasMore)
Sets has more.
|
void |
setLastKey(Long lastKey)
Sets last key.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public AlipaySocialBaseChatGroupsQueryResponse()
public void setGroupInfos(List<GroupInfo> groupInfos)
groupInfos
- the group infospublic void setHasMore(Boolean hasMore)
hasMore
- the has morepublic Boolean getHasMore()
public void setLastKey(Long lastKey)
lastKey
- the last keypublic Long getLastKey()
Copyright © 2018. All rights reserved.