com.github.sd4324530.fastweixin.company.api.config
类 QYConfigChangeNotice

java.lang.Object
  继承者 com.github.sd4324530.fastweixin.api.entity.BaseModel
      继承者 com.github.sd4324530.fastweixin.company.api.config.QYConfigChangeNotice
所有已实现的接口:
Model, Serializable

public class QYConfigChangeNotice
extends BaseModel

==================================================================== 上海聚攒软件开发有限公司 --------------------------------------------------------------------

版本:
1.0.beta ====================================================================
作者:
Nottyjay
另请参见:
序列化表格

构造方法摘要
QYConfigChangeNotice()
           
QYConfigChangeNotice(String corpID, ChangeType type, String value)
           
 
方法摘要
 String getCorpID()
           
 Date getNoticeTime()
           
 ChangeType getType()
           
 String getValue()
           
 void setCorpID(String corpID)
           
 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
 

构造方法详细信息

QYConfigChangeNotice

public QYConfigChangeNotice()

QYConfigChangeNotice

public QYConfigChangeNotice(String corpID,
                            ChangeType type,
                            String value)
方法详细信息

getNoticeTime

public Date getNoticeTime()

setNoticeTime

public void setNoticeTime(Date noticeTime)

getCorpID

public String getCorpID()

setCorpID

public void setCorpID(String corpID)

getType

public ChangeType getType()

setType

public void setType(ChangeType type)

getValue

public String getValue()

setValue

public void setValue(String value)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2017. All rights reserved.