类 NoticeFrequencyStrategy
java.lang.Object
top.codef.properties.frequency.NoticeFrequencyStrategy
- 直接已知子类:
ExceptionNoticeFrequencyStrategy
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidsetFrequencyType(NoticeFrequencyType frequencyType) voidsetNoticeShowCount(Long noticeShowCount) voidsetNoticeTimeInterval(Duration noticeTimeInterval)
-
构造器详细资料
-
NoticeFrequencyStrategy
public NoticeFrequencyStrategy()
-
-
方法详细资料
-
getFrequencyType
- 返回:
- the frequencyType
-
setFrequencyType
- 参数:
frequencyType- the frequencyType to set
-
getNoticeTimeInterval
- 返回:
- the noticeTimeInterval
-
setNoticeTimeInterval
- 参数:
noticeTimeInterval- the noticeTimeInterval to set
-
getNoticeShowCount
- 返回:
- the noticeShowCount
-
setNoticeShowCount
- 参数:
noticeShowCount- the noticeShowCount to set
-