public class BotDetectionAlertSubscriptionDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_EMAIL |
static String |
SERIALIZED_NAME_UUID |
| Constructor and Description |
|---|
BotDetectionAlertSubscriptionDTO() |
| Modifier and Type | Method and Description |
|---|---|
BotDetectionAlertSubscriptionDTO |
email(String email) |
boolean |
equals(Object o) |
String |
getEmail()
email
|
String |
getUuid()
UUID of the subscription
|
int |
hashCode() |
void |
setEmail(String email) |
void |
setUuid(String uuid) |
String |
toString() |
BotDetectionAlertSubscriptionDTO |
uuid(String uuid) |
public static final String SERIALIZED_NAME_UUID
public static final String SERIALIZED_NAME_EMAIL
public BotDetectionAlertSubscriptionDTO uuid(String uuid)
public void setUuid(String uuid)
public BotDetectionAlertSubscriptionDTO email(String email)
public String getEmail()
public void setEmail(String email)
Copyright © 2021 WSO2 Inc. All rights reserved.