public class DeviceFingerprintClient extends Bayonet
api_key, api_version| Constructor and Description |
|---|
DeviceFingerprintClient(java.lang.String api_key,
java.lang.String api_version)
Constructor to set up the client configuration
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBayonetFingerprint() |
java.util.HashMap<java.lang.String,java.lang.Object> |
getDeviceInfo() |
java.lang.Integer |
getHttpResponseCode()
Getters
|
java.lang.Integer |
getReasonCode() |
java.lang.String |
getReasonMessage() |
void |
queryFingerprintData(DeviceFingerprintRequest params)
Handler for sending get fingerprint data API calls
|
validateClientConfigpublic DeviceFingerprintClient(java.lang.String api_key,
java.lang.String api_version)
api_key - client api keyapi_version - Bayonet api version to connect topublic void queryFingerprintData(DeviceFingerprintRequest params) throws BayonetException
params - POST request parameters to be sent in the JSON payloadBayonetException - if the API returns an errorpublic java.lang.Integer getHttpResponseCode()
public java.lang.Integer getReasonCode()
public java.lang.String getReasonMessage()
public java.lang.String getBayonetFingerprint()
public java.util.HashMap<java.lang.String,java.lang.Object> getDeviceInfo()