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