Class Thread
java.lang.Object
org.craftercms.social.controllers.rest.v3.comments.Thread
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
int
long
getTotal()
boolean
void
setComments
(List<? extends UGC> comments) void
setPageNumber
(int pageNumber) void
setPageSize
(int pageSize) void
setTotal
(long total) void
setWatched
(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)
-