public class BotDetectionDataListDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_COUNT |
static String |
SERIALIZED_NAME_LIST |
| Constructor and Description |
|---|
BotDetectionDataListDTO() |
| Modifier and Type | Method and Description |
|---|---|
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 static final String SERIALIZED_NAME_COUNT
public static final String SERIALIZED_NAME_LIST
public BotDetectionDataListDTO count(Integer count)
public void setCount(Integer count)
public BotDetectionDataListDTO list(List<BotDetectionDataDTO> list)
@Nullable public List<BotDetectionDataDTO> getList()
public void setList(List<BotDetectionDataDTO> list)
Copyright © 2021 WSO2 Inc. All rights reserved.