com.github.sd4324530.fastweixin.api.entity
类 Group
java.lang.Object
com.github.sd4324530.fastweixin.api.entity.BaseModel
com.github.sd4324530.fastweixin.api.entity.Group
- 所有已实现的接口:
- Model, Serializable
public class Group
- extends BaseModel
分组信息
====================================================================
上海聚攒软件开发有限公司
--------------------------------------------------------------------
- 作者:
- Nottyjay
====================================================================
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Group
public Group()
getId
public Integer getId()
setId
public void setId(Integer id)
getName
public String getName()
setName
public void setName(String name)
getCount
public Integer getCount()
setCount
public void setCount(Integer count)
Copyright © 2017. All rights reserved.