程序包 top.codef.pojos

类 NoticeStatistics

java.lang.Object
top.codef.pojos.NoticeStatistics

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

    • NoticeStatistics

      public NoticeStatistics(String uid)
    • NoticeStatistics

      public NoticeStatistics()
  • 方法详细资料

    • plusOne

      public Long plusOne()
    • refreshShow

      public void refreshShow()
    • getShowCount

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

      public void setShowCount(AtomicLong showCount)
      参数:
      showCount - the showCount to set
    • getUid

      public String getUid()
      返回:
      the uid
    • setUid

      public void setUid(String uid)
      参数:
      uid - the uid to set
    • getNoticeTime

      public LocalDateTime getNoticeTime()
      返回:
      the noticeTime
    • setNoticeTime

      public void setNoticeTime(LocalDateTime noticeTime)
      参数:
      noticeTime - the noticeTime to set
    • getLastNoticedCount

      public Long getLastNoticedCount()
      返回:
      the lastNoticedCount
    • setLastNoticedCount

      public void setLastNoticedCount(Long lastNoticedCount)
      参数:
      lastNoticedCount - the lastNoticedCount to set
    • isFirstCreated

      public boolean isFirstCreated()
      返回:
      the firstCreated
    • setFirstCreated

      public void setFirstCreated(boolean firstCreated)
      参数:
      firstCreated - the firstCreated to set
    • toString

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