public class BotDetectionAlertSubscriptionDTO extends Object
| 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 BotDetectionAlertSubscriptionDTO uuid(String uuid)
public String getUuid()
public void setUuid(String uuid)
public BotDetectionAlertSubscriptionDTO email(String email)
public String getEmail()
public void setEmail(String email)
Copyright © 2020 WSO2 Inc. All rights reserved.