public class BotDetectionDataDTO extends Object
| 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 BotDetectionDataDTO recordedTime(Long recordedTime)
public Long getRecordedTime()
public void setRecordedTime(Long recordedTime)
public BotDetectionDataDTO messageID(String messageID)
public String getMessageID()
public void setMessageID(String messageID)
public BotDetectionDataDTO apiMethod(String apiMethod)
public String getApiMethod()
public void setApiMethod(String apiMethod)
public BotDetectionDataDTO headerSet(String headerSet)
public String getHeaderSet()
public void setHeaderSet(String headerSet)
public BotDetectionDataDTO messageBody(String messageBody)
public String getMessageBody()
public void setMessageBody(String messageBody)
public BotDetectionDataDTO clientIp(String clientIp)
public String getClientIp()
public void setClientIp(String clientIp)
Copyright © 2020 WSO2 Inc. All rights reserved.