Class BotDetectionDataDTO
- java.lang.Object
-
- org.wso2.am.integration.clients.admin.api.dto.BotDetectionDataDTO
-
public class BotDetectionDataDTO extends Object
BotDetectionDataDTO
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_API_METHODstatic StringSERIALIZED_NAME_CLIENT_IPstatic StringSERIALIZED_NAME_HEADER_SETstatic StringSERIALIZED_NAME_MESSAGE_BODYstatic StringSERIALIZED_NAME_MESSAGE_I_Dstatic StringSERIALIZED_NAME_RECORDED_TIME
-
Constructor Summary
Constructors Constructor Description BotDetectionDataDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BotDetectionDataDTOapiMethod(String apiMethod)BotDetectionDataDTOclientIp(String clientIp)booleanequals(Object o)StringgetApiMethod()The api methodStringgetClientIp()The IP of the clientStringgetHeaderSet()The header setStringgetMessageBody()The content of the message bodyStringgetMessageID()The message IDLonggetRecordedTime()The time of detectioninthashCode()BotDetectionDataDTOheaderSet(String headerSet)BotDetectionDataDTOmessageBody(String messageBody)BotDetectionDataDTOmessageID(String messageID)BotDetectionDataDTOrecordedTime(Long recordedTime)voidsetApiMethod(String apiMethod)voidsetClientIp(String clientIp)voidsetHeaderSet(String headerSet)voidsetMessageBody(String messageBody)voidsetMessageID(String messageID)voidsetRecordedTime(Long recordedTime)StringtoString()
-
-
-
Field Detail
-
SERIALIZED_NAME_RECORDED_TIME
public static final String SERIALIZED_NAME_RECORDED_TIME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGE_I_D
public static final String SERIALIZED_NAME_MESSAGE_I_D
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_API_METHOD
public static final String SERIALIZED_NAME_API_METHOD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_HEADER_SET
public static final String SERIALIZED_NAME_HEADER_SET
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGE_BODY
public static final String SERIALIZED_NAME_MESSAGE_BODY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CLIENT_IP
public static final String SERIALIZED_NAME_CLIENT_IP
- See Also:
- Constant Field Values
-
-
Method Detail
-
recordedTime
public BotDetectionDataDTO recordedTime(Long recordedTime)
-
setRecordedTime
public void setRecordedTime(Long recordedTime)
-
messageID
public BotDetectionDataDTO messageID(String messageID)
-
setMessageID
public void setMessageID(String messageID)
-
apiMethod
public BotDetectionDataDTO apiMethod(String apiMethod)
-
setApiMethod
public void setApiMethod(String apiMethod)
-
headerSet
public BotDetectionDataDTO headerSet(String headerSet)
-
setHeaderSet
public void setHeaderSet(String headerSet)
-
messageBody
public BotDetectionDataDTO messageBody(String messageBody)
-
getMessageBody
@Nullable public String getMessageBody()
The content of the message body- Returns:
- messageBody
-
setMessageBody
public void setMessageBody(String messageBody)
-
clientIp
public BotDetectionDataDTO clientIp(String clientIp)
-
setClientIp
public void setClientIp(String clientIp)
-
-