com.github.sd4324530.fastweixin.api.response
类 GetGroupsResponse
java.lang.Object
com.github.sd4324530.fastweixin.api.entity.BaseModel
com.github.sd4324530.fastweixin.api.response.BaseResponse
com.github.sd4324530.fastweixin.api.response.GetGroupsResponse
- 所有已实现的接口:
- Model, Serializable
public class GetGroupsResponse
- extends BaseResponse
新建实体类Group,将id,name,count属性移动到Group实体中。本实体采用List封装Groups信息
- 作者:
- peiyu, Nottyjay
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GetGroupsResponse
public GetGroupsResponse()
getGroups
public List<Group> getGroups()
setGroups
public void setGroups(List<Group> groups)
Copyright © 2017. All rights reserved.