com.github.sd4324530.fastweixin.api.config
类 ConfigChangeNotice
java.lang.Object
com.github.sd4324530.fastweixin.api.entity.BaseModel
com.github.sd4324530.fastweixin.api.config.ConfigChangeNotice
- 所有已实现的接口:
- Model, Serializable
public final class ConfigChangeNotice
- extends BaseModel
配置变化通知
- 作者:
- peiyu
- 另请参见:
- 序列化表格
ConfigChangeNotice
public ConfigChangeNotice()
ConfigChangeNotice
public ConfigChangeNotice(String appid,
ChangeType type,
String value)
getAppid
public String getAppid()
setAppid
public void setAppid(String appid)
getType
public ChangeType getType()
setType
public void setType(ChangeType type)
getValue
public String getValue()
setValue
public void setValue(String value)
getNoticeTime
public Date getNoticeTime()
setNoticeTime
public void setNoticeTime(Date noticeTime)
toString
public String toString()
- 覆盖:
- 类
Object 中的 toString
Copyright © 2017. All rights reserved.