public class BotDetectionAlertSubscriptionListDTO extends Object
| Constructor and Description |
|---|
BotDetectionAlertSubscriptionListDTO() |
| Modifier and Type | Method and Description |
|---|---|
BotDetectionAlertSubscriptionListDTO |
addListItem(BotDetectionAlertSubscriptionDTO listItem) |
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 BotDetectionAlertSubscriptionListDTO()
public BotDetectionAlertSubscriptionListDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public BotDetectionAlertSubscriptionListDTO list(List<BotDetectionAlertSubscriptionDTO> list)
public BotDetectionAlertSubscriptionListDTO addListItem(BotDetectionAlertSubscriptionDTO listItem)
public List<BotDetectionAlertSubscriptionDTO> getList()
public void setList(List<BotDetectionAlertSubscriptionDTO> list)
Copyright © 2020 WSO2 Inc. All rights reserved.