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