com.github.sd4324530.fastweixin.api.entity
类 Tag
java.lang.Object
com.github.sd4324530.fastweixin.api.entity.BaseModel
com.github.sd4324530.fastweixin.api.entity.Tag
- 所有已实现的接口:
- Model, Serializable
public class Tag
- extends BaseModel
标签对象
- 从以下版本开始:
- 1.3.9
- 作者:
- peiyu
- 另请参见:
- 序列化表格
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tag
public Tag()
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.