public class BotDetectionDataDTO extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_API_METHOD |
static String |
SERIALIZED_NAME_CLIENT_IP |
static String |
SERIALIZED_NAME_HEADER_SET |
static String |
SERIALIZED_NAME_MESSAGE_BODY |
static String |
SERIALIZED_NAME_MESSAGE_I_D |
static String |
SERIALIZED_NAME_RECORDED_TIME |
| Constructor and Description |
|---|
BotDetectionDataDTO() |
| Modifier and Type | Method and Description |
|---|---|
BotDetectionDataDTO |
apiMethod(String apiMethod) |
BotDetectionDataDTO |
clientIp(String clientIp) |
boolean |
equals(Object o) |
String |
getApiMethod()
The api method
|
String |
getClientIp()
The IP of the client
|
String |
getHeaderSet()
The header set
|
String |
getMessageBody()
The content of the message body
|
String |
getMessageID()
The message ID
|
Long |
getRecordedTime()
The time of detection
|
int |
hashCode() |
BotDetectionDataDTO |
headerSet(String headerSet) |
BotDetectionDataDTO |
messageBody(String messageBody) |
BotDetectionDataDTO |
messageID(String messageID) |
BotDetectionDataDTO |
recordedTime(Long recordedTime) |
void |
setApiMethod(String apiMethod) |
void |
setClientIp(String clientIp) |
void |
setHeaderSet(String headerSet) |
void |
setMessageBody(String messageBody) |
void |
setMessageID(String messageID) |
void |
setRecordedTime(Long recordedTime) |
String |
toString() |
public static final String SERIALIZED_NAME_RECORDED_TIME
public static final String SERIALIZED_NAME_MESSAGE_I_D
public static final String SERIALIZED_NAME_API_METHOD
public static final String SERIALIZED_NAME_HEADER_SET
public static final String SERIALIZED_NAME_MESSAGE_BODY
public static final String SERIALIZED_NAME_CLIENT_IP
public BotDetectionDataDTO recordedTime(Long recordedTime)
public void setRecordedTime(Long recordedTime)
public BotDetectionDataDTO messageID(String messageID)
public void setMessageID(String messageID)
public BotDetectionDataDTO apiMethod(String apiMethod)
public void setApiMethod(String apiMethod)
public BotDetectionDataDTO headerSet(String headerSet)
public void setHeaderSet(String headerSet)
public BotDetectionDataDTO messageBody(String messageBody)
@Nullable public String getMessageBody()
public void setMessageBody(String messageBody)
public BotDetectionDataDTO clientIp(String clientIp)
public void setClientIp(String clientIp)
Copyright © 2021 WSO2 Inc. All rights reserved.