com.belerweb.social.weixin.bean
Class Group

java.lang.Object
  extended by com.belerweb.social.bean.JsonBean
      extended by com.belerweb.social.weixin.bean.Group

public class Group
extends JsonBean

分组


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

Constructor Detail

Group

public Group()
Method Detail

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.