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