程序包 top.codef.pojos
类 NoticeStatistics
java.lang.Object
top.codef.pojos.NoticeStatistics
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getUid()booleanplusOne()voidvoidsetFirstCreated(boolean firstCreated) voidsetLastNoticedCount(Long lastNoticedCount) voidsetNoticeTime(LocalDateTime noticeTime) voidsetShowCount(AtomicLong showCount) voidtoString()
-
构造器详细资料
-
NoticeStatistics
-
NoticeStatistics
public NoticeStatistics()
-
-
方法详细资料
-
plusOne
-
refreshShow
public void refreshShow() -
getShowCount
- 返回:
- the showCount
-
setShowCount
- 参数:
showCount- the showCount to set
-
getUid
- 返回:
- the uid
-
setUid
- 参数:
uid- the uid to set
-
getNoticeTime
- 返回:
- the noticeTime
-
setNoticeTime
- 参数:
noticeTime- the noticeTime to set
-
getLastNoticedCount
- 返回:
- the lastNoticedCount
-
setLastNoticedCount
- 参数:
lastNoticedCount- the lastNoticedCount to set
-
isFirstCreated
public boolean isFirstCreated()- 返回:
- the firstCreated
-
setFirstCreated
public void setFirstCreated(boolean firstCreated) - 参数:
firstCreated- the firstCreated to set
-
toString
-