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