public class AlertsInfoDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ALERTS |
static String |
SERIALIZED_NAME_EMAIL_LIST |
| Constructor and Description |
|---|
AlertsInfoDTO() |
| Modifier and Type | Method and Description |
|---|---|
AlertsInfoDTO |
alerts(List<AlertDTO> alerts) |
AlertsInfoDTO |
emailList(List<String> emailList) |
boolean |
equals(Object o) |
List<AlertDTO> |
getAlerts()
Get alerts
|
List<String> |
getEmailList()
Get emailList
|
int |
hashCode() |
void |
setAlerts(List<AlertDTO> alerts) |
void |
setEmailList(List<String> emailList) |
String |
toString() |
public static final String SERIALIZED_NAME_ALERTS
public static final String SERIALIZED_NAME_EMAIL_LIST
public AlertsInfoDTO alerts(List<AlertDTO> alerts)
public AlertsInfoDTO emailList(List<String> emailList)
Copyright © 2021 WSO2 Inc. All rights reserved.