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
另请参见:
序列化表格

构造方法摘要
GetGroupsResponse()
           
 
方法摘要
 List<Group> getGroups()
           
 void setGroups(List<Group> groups)
           
 
从类 com.github.sd4324530.fastweixin.api.response.BaseResponse 继承的方法
getErrcode, getErrmsg, setErrcode, setErrmsg
 
从类 com.github.sd4324530.fastweixin.api.entity.BaseModel 继承的方法
toJsonString
 
从类 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.