public class ApplicationKeyListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LIST |
| Constructor and Description |
|---|
ApplicationKeyListDTO() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationKeyListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of applications keys returned.
|
List<ApplicationKeyDTO> |
getList()
Get list
|
int |
hashCode() |
ApplicationKeyListDTO |
list(List<ApplicationKeyDTO> list) |
void |
setCount(Integer count) |
void |
setList(List<ApplicationKeyDTO> list) |
String |
toString() |
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_LIST
public ApplicationKeyListDTO count(Integer count)
public void setCount(Integer count)
public ApplicationKeyListDTO list(List<ApplicationKeyDTO> list)
@Nullable public List<ApplicationKeyDTO> getList()
public void setList(List<ApplicationKeyDTO> list)
Copyright © 2021 WSO2 Inc. All rights reserved.