Class BotDetectionDataDTO
java.lang.Object
org.wso2.am.integration.clients.admin.api.dto.BotDetectionDataDTO
BotDetectionDataDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe api methodThe IP of the clientThe header setThe content of the message bodyThe message IDThe time of detectioninthashCode()messageBody(String messageBody) recordedTime(Long recordedTime) voidsetApiMethod(String apiMethod) voidsetClientIp(String clientIp) voidsetHeaderSet(String headerSet) voidsetMessageBody(String messageBody) voidsetMessageID(String messageID) voidsetRecordedTime(Long recordedTime) toString()
-
Field Details
-
SERIALIZED_NAME_RECORDED_TIME
- See Also:
-
SERIALIZED_NAME_MESSAGE_I_D
- See Also:
-
SERIALIZED_NAME_API_METHOD
- See Also:
-
SERIALIZED_NAME_HEADER_SET
- See Also:
-
SERIALIZED_NAME_MESSAGE_BODY
- See Also:
-
SERIALIZED_NAME_CLIENT_IP
- See Also:
-
-
Constructor Details
-
BotDetectionDataDTO
public BotDetectionDataDTO()
-
-
Method Details
-
recordedTime
-
getRecordedTime
The time of detection- Returns:
- recordedTime
-
setRecordedTime
-
messageID
-
getMessageID
The message ID- Returns:
- messageID
-
setMessageID
-
apiMethod
-
getApiMethod
The api method- Returns:
- apiMethod
-
setApiMethod
-
headerSet
-
getHeaderSet
The header set- Returns:
- headerSet
-
setHeaderSet
-
messageBody
-
getMessageBody
The content of the message body- Returns:
- messageBody
-
setMessageBody
-
clientIp
-
getClientIp
The IP of the client- Returns:
- clientIp
-
setClientIp
-
equals
-
hashCode
public int hashCode() -
toString
-