Class Thread
java.lang.Object
org.craftercms.social.controllers.rest.v3.comments.Thread
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintlonggetTotal()booleanvoidsetComments(List<? extends UGC> comments) voidsetPageNumber(int pageNumber) voidsetPageSize(int pageSize) voidsetTotal(long total) voidsetWatched(boolean watched)
-
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
-
setComments
-
isWatched
public boolean isWatched() -
setWatched
public void setWatched(boolean watched)
-