Class AlertTypesListDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.AlertTypesListDTO
-
public class AlertTypesListDTO extends Object
AlertTypesListDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ALERTSstatic StringSERIALIZED_NAME_COUNT
-
Constructor Summary
Constructors Constructor Description AlertTypesListDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AlertTypesListDTOalerts(List<AlertTypeDTO> alerts)AlertTypesListDTOcount(Integer count)booleanequals(Object o)List<AlertTypeDTO>getAlerts()Get alertsIntegergetCount()The number of alertsinthashCode()voidsetAlerts(List<AlertTypeDTO> alerts)voidsetCount(Integer count)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_COUNT
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ALERTS
public static final String SERIALIZED_NAME_ALERTS
- See Also:
- Constant Field Values
-
-
Method Detail
-
count
public AlertTypesListDTO count(Integer count)
-
setCount
public void setCount(Integer count)
-
alerts
public AlertTypesListDTO alerts(List<AlertTypeDTO> alerts)
-
getAlerts
@Nullable public List<AlertTypeDTO> getAlerts()
Get alerts- Returns:
- alerts
-
setAlerts
public void setAlerts(List<AlertTypeDTO> alerts)
-
-