public class AlertTypesListDTO extends Object
| Constructor and Description |
|---|
AlertTypesListDTO() |
| Modifier and Type | Method and Description |
|---|---|
AlertTypesListDTO |
addAlertsItem(AlertTypeDTO alertsItem) |
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 AlertTypesListDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public AlertTypesListDTO alerts(List<AlertTypeDTO> alerts)
public AlertTypesListDTO addAlertsItem(AlertTypeDTO alertsItem)
public List<AlertTypeDTO> getAlerts()
public void setAlerts(List<AlertTypeDTO> alerts)
Copyright © 2020 WSO2 Inc. All rights reserved.