public class AlertDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_CONFIGURATION |
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
| Constructor and Description |
|---|
AlertDTO() |
| Modifier and Type | Method and Description |
|---|---|
AlertDTO |
_configuration(List<AlertConfigDTO> _configuration) |
boolean |
equals(Object o) |
List<AlertConfigDTO> |
getConfiguration()
Get _configuration
|
Integer |
getId()
The alert Id
|
String |
getName()
The name of the alert.
|
int |
hashCode() |
AlertDTO |
id(Integer id) |
AlertDTO |
name(String name) |
void |
setConfiguration(List<AlertConfigDTO> _configuration) |
void |
setId(Integer id) |
void |
setName(String name) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_CONFIGURATION
public void setId(Integer id)
public void setName(String name)
public AlertDTO _configuration(List<AlertConfigDTO> _configuration)
@Nullable public List<AlertConfigDTO> getConfiguration()
public void setConfiguration(List<AlertConfigDTO> _configuration)
Copyright © 2021 WSO2 Inc. All rights reserved.