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()
           
ConfigChangeNotice(String appid, ChangeType type, String value)
           
 
方法摘要
 String getAppid()
           
 Date getNoticeTime()
           
 ChangeType getType()
           
 String getValue()
           
 void setAppid(String appid)
           
 void setNoticeTime(Date noticeTime)
           
 void setType(ChangeType type)
           
 void setValue(String value)
           
 String toString()
           
 
从类 com.github.sd4324530.fastweixin.api.entity.BaseModel 继承的方法
toJsonString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.