public class AlertTypesListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALERTS |
static String |
SERIALIZED_NAME_COUNT |
| Constructor and Description |
|---|
AlertTypesListDTO() |
| Modifier and Type | Method and Description |
|---|---|
AlertTypesListDTO |
alerts(List<AlertTypeDTO> alerts) |
AlertTypesListDTO |
count(Integer count) |
boolean |
equals(Object o) |
List<AlertTypeDTO> |
getAlerts()
Get alerts
|
Integer |
getCount()
The number of alerts
|
int |
hashCode() |
void |
setAlerts(List<AlertTypeDTO> alerts) |
void |
setCount(Integer count) |
String |
toString() |
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_ALERTS
public AlertTypesListDTO count(Integer count)
public void setCount(Integer count)
public AlertTypesListDTO alerts(List<AlertTypeDTO> alerts)
@Nullable public List<AlertTypeDTO> getAlerts()
public void setAlerts(List<AlertTypeDTO> alerts)
Copyright © 2021 WSO2 Inc. All rights reserved.