public class BotDetectionAlertSubscriptionListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LIST |
| Constructor and Description |
|---|
BotDetectionAlertSubscriptionListDTO() |
| Modifier and Type | Method and Description |
|---|---|
BotDetectionAlertSubscriptionListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Bot Detection Alert Subscriptions returned.
|
List<BotDetectionAlertSubscriptionDTO> |
getList()
Get list
|
int |
hashCode() |
BotDetectionAlertSubscriptionListDTO |
list(List<BotDetectionAlertSubscriptionDTO> list) |
void |
setCount(Integer count) |
void |
setList(List<BotDetectionAlertSubscriptionDTO> list) |
String |
toString() |
public static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_LIST
public BotDetectionAlertSubscriptionListDTO()
public BotDetectionAlertSubscriptionListDTO count(Integer count)
@Nullable public Integer getCount()
public void setCount(Integer count)
public BotDetectionAlertSubscriptionListDTO list(List<BotDetectionAlertSubscriptionDTO> list)
@Nullable public List<BotDetectionAlertSubscriptionDTO> getList()
public void setList(List<BotDetectionAlertSubscriptionDTO> list)
Copyright © 2021 WSO2 Inc. All rights reserved.