public class CommentListDTO extends Object
| Constructor and Description |
|---|
CommentListDTO() |
| Modifier and Type | Method and Description |
|---|---|
CommentListDTO |
addListItem(CommentDTO listItem) |
CommentListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Comments returned.
|
List<CommentDTO> |
getList()
Get list
|
PaginationDTO |
getPagination()
Get pagination
|
int |
hashCode() |
CommentListDTO |
list(List<CommentDTO> list) |
CommentListDTO |
pagination(PaginationDTO pagination) |
void |
setCount(Integer count) |
void |
setList(List<CommentDTO> list) |
void |
setPagination(PaginationDTO pagination) |
String |
toString() |
public CommentListDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public CommentListDTO list(List<CommentDTO> list)
public CommentListDTO addListItem(CommentDTO listItem)
public List<CommentDTO> getList()
public void setList(List<CommentDTO> list)
public CommentListDTO pagination(PaginationDTO pagination)
public PaginationDTO getPagination()
public void setPagination(PaginationDTO pagination)
Copyright © 2020 WSO2 Inc. All rights reserved.