public class Riskv1decisionsDeviceInformation extends Object
| Constructor and Description |
|---|
Riskv1decisionsDeviceInformation() |
| Modifier and Type | Method and Description |
|---|---|
Riskv1decisionsDeviceInformation |
addRawDataItem(Ptsv2paymentsDeviceInformationRawData rawDataItem) |
Riskv1decisionsDeviceInformation |
cookiesAccepted(String cookiesAccepted) |
boolean |
equals(Object o) |
Riskv1decisionsDeviceInformation |
fingerprintSessionId(String fingerprintSessionId) |
String |
getCookiesAccepted()
Whether the customer's browser accepts cookies.
|
String |
getFingerprintSessionId()
Field that contains the session ID that you send to Decision Manager to obtain the device fingerprint information.
|
String |
getHostName()
DNS resolved hostname from `ipAddress`.
|
String |
getHttpAcceptBrowserValue()
Value of the Accept header sent by the customer's web browser.
|
String |
getHttpAcceptContent()
The exact content of the HTTP accept header.
|
String |
getHttpBrowserColorDepth()
Value represents the bit depth of the color palette for displaying images, in bits per pixel.
|
String |
getHttpBrowserEmail()
Email address set in the customer's browser, which may differ from customer email.
|
String |
getHttpBrowserLanguage()
Value represents the browser language as defined in IETF BCP47.
|
String |
getHttpBrowserScreenHeight()
Total height of the Cardholder's scree in pixels, example: 864.
|
String |
getHttpBrowserScreenWidth()
Total width of the cardholder's screen in pixels.
|
String |
getHttpBrowserTimeDifference()
Time difference between UTC time and the cardholder browser local time, in minutes, Example:300
|
String |
getIpAddress()
IP address of the customer.
|
List<Ptsv2paymentsDeviceInformationRawData> |
getRawData()
Get rawData
|
String |
getUserAgent()
Customer's browser as identified from the HTTP header data.
|
String |
getUserAgentBrowserValue()
Value of the User-Agent header sent by the customer's web browser.
|
int |
hashCode() |
Riskv1decisionsDeviceInformation |
hostName(String hostName) |
Riskv1decisionsDeviceInformation |
httpAcceptBrowserValue(String httpAcceptBrowserValue) |
Riskv1decisionsDeviceInformation |
httpAcceptContent(String httpAcceptContent) |
Riskv1decisionsDeviceInformation |
httpBrowserColorDepth(String httpBrowserColorDepth) |
Riskv1decisionsDeviceInformation |
httpBrowserEmail(String httpBrowserEmail) |
Boolean |
HttpBrowserJavaEnabled()
A Boolean value that represents the ability of the cardholder browser to execute Java.
|
Riskv1decisionsDeviceInformation |
httpBrowserJavaEnabled(Boolean httpBrowserJavaEnabled) |
Boolean |
HttpBrowserJavaScriptEnabled()
A Boolean value that represents the ability of the cardholder browser to execute JavaScript.
|
Riskv1decisionsDeviceInformation |
httpBrowserJavaScriptEnabled(Boolean httpBrowserJavaScriptEnabled) |
Riskv1decisionsDeviceInformation |
httpBrowserLanguage(String httpBrowserLanguage) |
Riskv1decisionsDeviceInformation |
httpBrowserScreenHeight(String httpBrowserScreenHeight) |
Riskv1decisionsDeviceInformation |
httpBrowserScreenWidth(String httpBrowserScreenWidth) |
Riskv1decisionsDeviceInformation |
httpBrowserTimeDifference(String httpBrowserTimeDifference) |
Riskv1decisionsDeviceInformation |
ipAddress(String ipAddress) |
Riskv1decisionsDeviceInformation |
rawData(List<Ptsv2paymentsDeviceInformationRawData> rawData) |
void |
setCookiesAccepted(String cookiesAccepted) |
void |
setFingerprintSessionId(String fingerprintSessionId) |
void |
setHostName(String hostName) |
void |
setHttpAcceptBrowserValue(String httpAcceptBrowserValue) |
void |
setHttpAcceptContent(String httpAcceptContent) |
void |
setHttpBrowserColorDepth(String httpBrowserColorDepth) |
void |
setHttpBrowserEmail(String httpBrowserEmail) |
void |
setHttpBrowserJavaEnabled(Boolean httpBrowserJavaEnabled) |
void |
setHttpBrowserJavaScriptEnabled(Boolean httpBrowserJavaScriptEnabled) |
void |
setHttpBrowserLanguage(String httpBrowserLanguage) |
void |
setHttpBrowserScreenHeight(String httpBrowserScreenHeight) |
void |
setHttpBrowserScreenWidth(String httpBrowserScreenWidth) |
void |
setHttpBrowserTimeDifference(String httpBrowserTimeDifference) |
void |
setIpAddress(String ipAddress) |
void |
setRawData(List<Ptsv2paymentsDeviceInformationRawData> rawData) |
void |
setUserAgent(String userAgent) |
void |
setUserAgentBrowserValue(String userAgentBrowserValue) |
String |
toString() |
Riskv1decisionsDeviceInformation |
userAgent(String userAgent) |
Riskv1decisionsDeviceInformation |
userAgentBrowserValue(String userAgentBrowserValue) |
public Riskv1decisionsDeviceInformation cookiesAccepted(String cookiesAccepted)
public String getCookiesAccepted()
public void setCookiesAccepted(String cookiesAccepted)
public Riskv1decisionsDeviceInformation ipAddress(String ipAddress)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public Riskv1decisionsDeviceInformation hostName(String hostName)
public String getHostName()
public void setHostName(String hostName)
public Riskv1decisionsDeviceInformation fingerprintSessionId(String fingerprintSessionId)
public String getFingerprintSessionId()
public void setFingerprintSessionId(String fingerprintSessionId)
public Riskv1decisionsDeviceInformation httpBrowserEmail(String httpBrowserEmail)
public String getHttpBrowserEmail()
public void setHttpBrowserEmail(String httpBrowserEmail)
public Riskv1decisionsDeviceInformation userAgent(String userAgent)
public String getUserAgent()
public void setUserAgent(String userAgent)
public Riskv1decisionsDeviceInformation rawData(List<Ptsv2paymentsDeviceInformationRawData> rawData)
public Riskv1decisionsDeviceInformation addRawDataItem(Ptsv2paymentsDeviceInformationRawData rawDataItem)
public List<Ptsv2paymentsDeviceInformationRawData> getRawData()
public void setRawData(List<Ptsv2paymentsDeviceInformationRawData> rawData)
public Riskv1decisionsDeviceInformation httpAcceptBrowserValue(String httpAcceptBrowserValue)
public String getHttpAcceptBrowserValue()
public void setHttpAcceptBrowserValue(String httpAcceptBrowserValue)
public Riskv1decisionsDeviceInformation httpAcceptContent(String httpAcceptContent)
public String getHttpAcceptContent()
public void setHttpAcceptContent(String httpAcceptContent)
public Riskv1decisionsDeviceInformation httpBrowserLanguage(String httpBrowserLanguage)
public String getHttpBrowserLanguage()
public void setHttpBrowserLanguage(String httpBrowserLanguage)
public Riskv1decisionsDeviceInformation httpBrowserJavaEnabled(Boolean httpBrowserJavaEnabled)
public Boolean HttpBrowserJavaEnabled()
public void setHttpBrowserJavaEnabled(Boolean httpBrowserJavaEnabled)
public Riskv1decisionsDeviceInformation httpBrowserJavaScriptEnabled(Boolean httpBrowserJavaScriptEnabled)
public Boolean HttpBrowserJavaScriptEnabled()
public void setHttpBrowserJavaScriptEnabled(Boolean httpBrowserJavaScriptEnabled)
public Riskv1decisionsDeviceInformation httpBrowserColorDepth(String httpBrowserColorDepth)
public String getHttpBrowserColorDepth()
public void setHttpBrowserColorDepth(String httpBrowserColorDepth)
public Riskv1decisionsDeviceInformation httpBrowserScreenHeight(String httpBrowserScreenHeight)
public String getHttpBrowserScreenHeight()
public void setHttpBrowserScreenHeight(String httpBrowserScreenHeight)
public Riskv1decisionsDeviceInformation httpBrowserScreenWidth(String httpBrowserScreenWidth)
public String getHttpBrowserScreenWidth()
public void setHttpBrowserScreenWidth(String httpBrowserScreenWidth)
public Riskv1decisionsDeviceInformation httpBrowserTimeDifference(String httpBrowserTimeDifference)
public String getHttpBrowserTimeDifference()
public void setHttpBrowserTimeDifference(String httpBrowserTimeDifference)
public Riskv1decisionsDeviceInformation userAgentBrowserValue(String userAgentBrowserValue)
public String getUserAgentBrowserValue()
public void setUserAgentBrowserValue(String userAgentBrowserValue)
Copyright © 2025. All rights reserved.