public class APICategoryListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LIST |
| Constructor and Description |
|---|
APICategoryListDTO() |
| Modifier and Type | Method and Description |
|---|---|
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 static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_LIST
public APICategoryListDTO count(Integer count)
public void setCount(Integer count)
public APICategoryListDTO list(List<APICategoryDTO> list)
@Nullable public List<APICategoryDTO> getList()
public void setList(List<APICategoryDTO> list)
Copyright © 2021 WSO2 Inc. All rights reserved.