Class AlertsSubscriptionDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.AlertsSubscriptionDTO
-
public class AlertsSubscriptionDTO extends Object
AlertsSubscriptionDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALERTSstatic StringSERIALIZED_NAME_EMAIL_LIST
-
Constructor Summary
Constructors Constructor Description AlertsSubscriptionDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertsSubscriptionDTOalerts(List<AlertTypeDTO> alerts)AlertsSubscriptionDTOemailList(List<String> emailList)booleanequals(Object o)List<AlertTypeDTO>getAlerts()Get alertsList<String>getEmailList()Get emailListinthashCode()voidsetAlerts(List<AlertTypeDTO> alerts)voidsetEmailList(List<String> emailList)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_ALERTS
public static final String SERIALIZED_NAME_ALERTS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_EMAIL_LIST
public static final String SERIALIZED_NAME_EMAIL_LIST
- See Also:
- Constant Field Values
-
-
Method Detail
-
alerts
public AlertsSubscriptionDTO alerts(List<AlertTypeDTO> alerts)
-
getAlerts
@Nullable public List<AlertTypeDTO> getAlerts()
Get alerts- Returns:
- alerts
-
setAlerts
public void setAlerts(List<AlertTypeDTO> alerts)
-
emailList
public AlertsSubscriptionDTO emailList(List<String> emailList)
-
-