程序包 top.codef.pojos

类 PromethuesNotice

java.lang.Object
top.codef.pojos.PromethuesNotice
所有已实现的接口:
UniqueMessage
直接已知子类:
ExceptionNotice, ServiceCheckNotice

public abstract class PromethuesNotice extends Object implements UniqueMessage
  • 字段详细资料

    • title

      protected String title
      通知标题
    • projectEnviroment

      protected ProjectEnviroment projectEnviroment
      工程环境
    • createTime

      protected LocalDateTime createTime
      通知时间
    • showCount

      protected Long showCount
      出现次数
  • 构造器详细资料

    • PromethuesNotice

      public PromethuesNotice(String title, ProjectEnviroment projectEnviroment)
      参数:
      title -
      projectEnviroment -
  • 方法详细资料

    • getTitle

      public String getTitle()
      返回:
      the title
    • setTitle

      public void setTitle(String title)
      参数:
      title - the title to set
    • getProjectEnviroment

      public ProjectEnviroment getProjectEnviroment()
      返回:
      the projectEnviroment
    • setProjectEnviroment

      public void setProjectEnviroment(ProjectEnviroment projectEnviroment)
      参数:
      projectEnviroment - the projectEnviroment to set
    • getCreateTime

      public LocalDateTime getCreateTime()
      返回:
      the createTime
    • setCreateTime

      public void setCreateTime(LocalDateTime createTime)
      参数:
      createTime - the createTime to set
    • getShowCount

      public Long getShowCount()
      返回:
      the showCount
    • setShowCount

      public void setShowCount(Long showCount)
      参数:
      showCount - the showCount to set
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object