Serialized Form
-
Package com.botbye.model
-
Class com.botbye.model.BotbyeChallengeResult
class BotbyeChallengeResult extends Object implements Serializable-
Serialized Fields
-
isAllowed
boolean isAllowed
-
-
-
Class com.botbye.model.BotbyeConfig
class BotbyeConfig extends Object implements Serializable-
Serialized Fields
-
botbyeEndpoint
String botbyeEndpoint
-
callTimeout
Duration callTimeout
-
connectionTimeout
Duration connectionTimeout
-
contentType
okhttp3.MediaType contentType
-
keepAliveDuration
long keepAliveDuration
-
keepAliveDurationTimeUnit
TimeUnit keepAliveDurationTimeUnit
-
maxIdleConnections
int maxIdleConnections
-
maxRequests
int maxRequests
-
maxRequestsPerHost
int maxRequestsPerHost
-
path
String path
-
readTimeout
Duration readTimeout
-
serverKey
String serverKey
-
writeTimeout
Duration writeTimeout
-
-
-
Class com.botbye.model.BotbyeError
class BotbyeError extends Object implements Serializable-
Serialized Fields
-
message
String message
-
-
-
Class com.botbye.model.BotbyeExtraData
class BotbyeExtraData extends Object implements Serializable-
Serialized Fields
-
asn
String asn
-
browser
String browser
-
browserVersion
String browserVersion
-
country
String country
-
deviceCodeName
String deviceCodeName
-
deviceName
String deviceName
-
deviceType
String deviceType
-
ip
String ip
The IP address of the user. If a proxy is used, this will be the proxy IP address. -
platform
String platform
-
platformVersion
String platformVersion
-
realCountry
String realCountry
-
realIp
String realIp
The real IP address of the user. If a proxy is used, this will be the real IP address, otherwise, it will be the same as `ip`. Note: This does not apply to VPN usage.
-
-
-
Class com.botbye.model.BotbyeRequest
class BotbyeRequest extends Object implements Serializable -
Class com.botbye.model.BotbyeResponse
class BotbyeResponse extends Object implements Serializable-
Serialized Fields
-
error
BotbyeError error
-
extraData
BotbyeExtraData extraData
-
reqId
UUID reqId
-
result
BotbyeChallengeResult result
-
-
-
Class com.botbye.model.ConnectionDetails
class ConnectionDetails extends Object implements Serializable -
Class com.botbye.model.Headers
class Headers extends Object implements Serializable
-