public class BotDetectionDataListDTO extends Object
| Constructor and Description |
|---|
BotDetectionDataListDTO() |
| Modifier and Type | Method and Description |
|---|---|
BotDetectionDataListDTO |
addListItem(BotDetectionDataDTO listItem) |
BotDetectionDataListDTO |
count(Integer count) |
boolean |
equals(Object o) |
Integer |
getCount()
Number of Bot Detection Data returned.
|
List<BotDetectionDataDTO> |
getList()
Get list
|
int |
hashCode() |
BotDetectionDataListDTO |
list(List<BotDetectionDataDTO> list) |
void |
setCount(Integer count) |
void |
setList(List<BotDetectionDataDTO> list) |
String |
toString() |
public BotDetectionDataListDTO count(Integer count)
public Integer getCount()
public void setCount(Integer count)
public BotDetectionDataListDTO list(List<BotDetectionDataDTO> list)
public BotDetectionDataListDTO addListItem(BotDetectionDataDTO listItem)
public List<BotDetectionDataDTO> getList()
public void setList(List<BotDetectionDataDTO> list)
Copyright © 2020 WSO2 Inc. All rights reserved.