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