程序包 top.codef.pojos
类 PromethuesNotice
java.lang.Object
top.codef.pojos.PromethuesNotice
- 所有已实现的接口:
UniqueMessage
- 直接已知子类:
ExceptionNotice,ServiceCheckNotice
-
字段概要
字段修饰符和类型字段说明protected LocalDateTime通知时间protected ProjectEnviroment工程环境protected Long出现次数protected String通知标题 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getTitle()voidsetCreateTime(LocalDateTime createTime) voidsetProjectEnviroment(ProjectEnviroment projectEnviroment) voidsetShowCount(Long showCount) voidtoString()从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait从接口继承的方法 top.codef.pojos.UniqueMessage
getUid
-
字段详细资料
-
title
通知标题 -
projectEnviroment
工程环境 -
createTime
通知时间 -
showCount
出现次数
-
-
构造器详细资料
-
PromethuesNotice
- 参数:
title-projectEnviroment-
-
-
方法详细资料
-
getTitle
- 返回:
- the title
-
setTitle
- 参数:
title- the title to set
-
getProjectEnviroment
- 返回:
- the projectEnviroment
-
setProjectEnviroment
- 参数:
projectEnviroment- the projectEnviroment to set
-
getCreateTime
- 返回:
- the createTime
-
setCreateTime
- 参数:
createTime- the createTime to set
-
getShowCount
- 返回:
- the showCount
-
setShowCount
- 参数:
showCount- the showCount to set
-
toString
-