public class AlertTypeDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_ID |
static String |
SERIALIZED_NAME_NAME |
static String |
SERIALIZED_NAME_REQUIRE_CONFIGURATION |
| Constructor and Description |
|---|
AlertTypeDTO() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getId()
The alert Id
|
String |
getName()
The name of the alert.
|
int |
hashCode() |
AlertTypeDTO |
id(Integer id) |
Boolean |
isRequireConfiguration()
Whether the alert type require additional configurations.
|
AlertTypeDTO |
name(String name) |
AlertTypeDTO |
requireConfiguration(Boolean requireConfiguration) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setRequireConfiguration(Boolean requireConfiguration) |
String |
toString() |
public static final String SERIALIZED_NAME_ID
public static final String SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_REQUIRE_CONFIGURATION
public AlertTypeDTO id(Integer id)
public void setId(Integer id)
public AlertTypeDTO name(String name)
public void setName(String name)
public AlertTypeDTO requireConfiguration(Boolean requireConfiguration)
@Nullable public Boolean isRequireConfiguration()
public void setRequireConfiguration(Boolean requireConfiguration)
Copyright © 2021 WSO2 Inc. All rights reserved.