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