public class AlertsSubscriptionDTO extends Object
| Constructor and Description |
|---|
AlertsSubscriptionDTO() |
| Modifier and Type | Method and Description |
|---|---|
AlertsSubscriptionDTO |
addAlertsItem(AlertTypeDTO alertsItem) |
AlertsSubscriptionDTO |
addEmailListItem(String emailListItem) |
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 AlertsSubscriptionDTO alerts(List<AlertTypeDTO> alerts)
public AlertsSubscriptionDTO addAlertsItem(AlertTypeDTO alertsItem)
public List<AlertTypeDTO> getAlerts()
public void setAlerts(List<AlertTypeDTO> alerts)
public AlertsSubscriptionDTO emailList(List<String> emailList)
public AlertsSubscriptionDTO addEmailListItem(String emailListItem)
Copyright © 2020 WSO2 Inc. All rights reserved.