Class TopicListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.store.api.v1.dto.TopicListDTO
-
public class TopicListDTO extends Object
TopicListDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_COUNTstatic StringSERIALIZED_NAME_LISTstatic StringSERIALIZED_NAME_PAGINATION
-
Constructor Summary
Constructors Constructor Description TopicListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TopicListDTOcount(Integer count)booleanequals(Object o)IntegergetCount()Number of Topics returned.List<TopicDTO>getList()Get listPaginationDTOgetPagination()Get paginationinthashCode()TopicListDTOlist(List<TopicDTO> list)TopicListDTOpagination(PaginationDTO pagination)voidsetCount(Integer count)voidsetList(List<TopicDTO> 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 TopicListDTO count(Integer count)
-
setCount
public void setCount(Integer count)
-
list
public TopicListDTO list(List<TopicDTO> list)
-
pagination
public TopicListDTO pagination(PaginationDTO pagination)
-
getPagination
@Nullable public PaginationDTO getPagination()
Get pagination- Returns:
- pagination
-
setPagination
public void setPagination(PaginationDTO pagination)
-
-