Class CommentListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.CommentListDTO
-
public class CommentListDTO extends Object
CommentListDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNTstatic StringSERIALIZED_NAME_LISTstatic StringSERIALIZED_NAME_PAGINATION
-
Constructor Summary
Constructors Constructor Description CommentListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentListDTOcount(Integer count)booleanequals(Object o)IntegergetCount()Number of Comments returned.List<CommentDTO>getList()Get listPaginationDTOgetPagination()Get paginationinthashCode()CommentListDTOlist(List<CommentDTO> list)CommentListDTOpagination(PaginationDTO pagination)voidsetCount(Integer count)voidsetList(List<CommentDTO> list)voidsetPagination(PaginationDTO pagination)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LIST
public static final String SERIALIZED_NAME_LIST
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PAGINATION
public static final String SERIALIZED_NAME_PAGINATION
- See Also:
- Constant Field Values
-
-
Method Detail
-
count
public CommentListDTO count(Integer count)
-
setCount
public void setCount(Integer count)
-
list
public CommentListDTO list(List<CommentDTO> list)
-
getList
@Nullable public List<CommentDTO> getList()
Get list- Returns:
- list
-
setList
public void setList(List<CommentDTO> list)
-
pagination
public CommentListDTO pagination(PaginationDTO pagination)
-
getPagination
@Nullable public PaginationDTO getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(PaginationDTO pagination)
-
-