com.belerweb.social.weixin.bean
Class Group
java.lang.Object
com.belerweb.social.bean.JsonBean
com.belerweb.social.weixin.bean.Group
public class Group
- extends JsonBean
分组
|
Constructor Summary |
Group()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group()
getId
public String getId()
- 分组id,由微信分配
setId
public void setId(String id)
getName
public String getName()
- 分组名字,UTF8编码
setName
public void setName(String name)
getCount
public Integer getCount()
- 分组内用户数量
setCount
public void setCount(Integer count)
parse
public static Group parse(org.json.JSONObject jsonObject)
Copyright © 2014. All Rights Reserved.