java.lang.Object
org.craftercms.social.controllers.rest.v3.comments.Thread

public class Thread extends Object
  • Constructor Details

    • Thread

      public Thread()
  • Method Details

    • getTotal

      public long getTotal()
    • setTotal

      public void setTotal(long total)
    • getPageSize

      public int getPageSize()
    • setPageSize

      public void setPageSize(int pageSize)
    • getPageNumber

      public int getPageNumber()
    • setPageNumber

      public void setPageNumber(int pageNumber)
    • getComments

      public List<? extends UGC> getComments()
    • setComments

      public void setComments(List<? extends UGC> comments)
    • isWatched

      public boolean isWatched()
    • setWatched

      public void setWatched(boolean watched)