类 NoticeFrequencyStrategy

java.lang.Object
top.codef.properties.frequency.NoticeFrequencyStrategy
直接已知子类:
ExceptionNoticeFrequencyStrategy

public class NoticeFrequencyStrategy extends Object
  • 构造器详细资料

    • NoticeFrequencyStrategy

      public NoticeFrequencyStrategy()
  • 方法详细资料

    • getFrequencyType

      public NoticeFrequencyType getFrequencyType()
      返回:
      the frequencyType
    • setFrequencyType

      public void setFrequencyType(NoticeFrequencyType frequencyType)
      参数:
      frequencyType - the frequencyType to set
    • getNoticeTimeInterval

      public Duration getNoticeTimeInterval()
      返回:
      the noticeTimeInterval
    • setNoticeTimeInterval

      public void setNoticeTimeInterval(Duration noticeTimeInterval)
      参数:
      noticeTimeInterval - the noticeTimeInterval to set
    • getNoticeShowCount

      public Long getNoticeShowCount()
      返回:
      the noticeShowCount
    • setNoticeShowCount

      public void setNoticeShowCount(Long noticeShowCount)
      参数:
      noticeShowCount - the noticeShowCount to set