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