@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsDeviceInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsDeviceInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentsDeviceInformation |
addRawDataItem(Ptsv2paymentsDeviceInformationRawData rawDataItem) |
boolean |
equals(Object o) |
Ptsv2paymentsDeviceInformation |
fingerprintSessionId(String fingerprintSessionId) |
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.
|
Boolean |
getHttpBrowserJavaEnabled()
A Boolean value that represents the ability of the cardholder browser to execute Java.
|
Boolean |
getHttpBrowserJavaScriptEnabled()
A Boolean value that represents the ability of the cardholder browser to execute JavaScript.
|
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() |
Ptsv2paymentsDeviceInformation |
hostName(String hostName) |
Ptsv2paymentsDeviceInformation |
httpAcceptBrowserValue(String httpAcceptBrowserValue) |
Ptsv2paymentsDeviceInformation |
httpAcceptContent(String httpAcceptContent) |
Ptsv2paymentsDeviceInformation |
httpBrowserColorDepth(String httpBrowserColorDepth) |
Ptsv2paymentsDeviceInformation |
httpBrowserEmail(String httpBrowserEmail) |
Ptsv2paymentsDeviceInformation |
httpBrowserJavaEnabled(Boolean httpBrowserJavaEnabled) |
Ptsv2paymentsDeviceInformation |
httpBrowserJavaScriptEnabled(Boolean httpBrowserJavaScriptEnabled) |
Ptsv2paymentsDeviceInformation |
httpBrowserLanguage(String httpBrowserLanguage) |
Ptsv2paymentsDeviceInformation |
httpBrowserScreenHeight(String httpBrowserScreenHeight) |
Ptsv2paymentsDeviceInformation |
httpBrowserScreenWidth(String httpBrowserScreenWidth) |
Ptsv2paymentsDeviceInformation |
httpBrowserTimeDifference(String httpBrowserTimeDifference) |
Ptsv2paymentsDeviceInformation |
ipAddress(String ipAddress) |
Ptsv2paymentsDeviceInformation |
rawData(List<Ptsv2paymentsDeviceInformationRawData> rawData) |
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() |
Ptsv2paymentsDeviceInformation |
userAgent(String userAgent) |
Ptsv2paymentsDeviceInformation |
userAgentBrowserValue(String userAgentBrowserValue) |
public Ptsv2paymentsDeviceInformation hostName(String hostName)
public String getHostName()
public void setHostName(String hostName)
public Ptsv2paymentsDeviceInformation ipAddress(String ipAddress)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public Ptsv2paymentsDeviceInformation userAgent(String userAgent)
public String getUserAgent()
public void setUserAgent(String userAgent)
public Ptsv2paymentsDeviceInformation fingerprintSessionId(String fingerprintSessionId)
public String getFingerprintSessionId()
public void setFingerprintSessionId(String fingerprintSessionId)
public Ptsv2paymentsDeviceInformation rawData(List<Ptsv2paymentsDeviceInformationRawData> rawData)
public Ptsv2paymentsDeviceInformation addRawDataItem(Ptsv2paymentsDeviceInformationRawData rawDataItem)
public List<Ptsv2paymentsDeviceInformationRawData> getRawData()
public void setRawData(List<Ptsv2paymentsDeviceInformationRawData> rawData)
public Ptsv2paymentsDeviceInformation httpAcceptBrowserValue(String httpAcceptBrowserValue)
public String getHttpAcceptBrowserValue()
public void setHttpAcceptBrowserValue(String httpAcceptBrowserValue)
public Ptsv2paymentsDeviceInformation httpAcceptContent(String httpAcceptContent)
public String getHttpAcceptContent()
public void setHttpAcceptContent(String httpAcceptContent)
public Ptsv2paymentsDeviceInformation httpBrowserEmail(String httpBrowserEmail)
public String getHttpBrowserEmail()
public void setHttpBrowserEmail(String httpBrowserEmail)
public Ptsv2paymentsDeviceInformation httpBrowserLanguage(String httpBrowserLanguage)
public String getHttpBrowserLanguage()
public void setHttpBrowserLanguage(String httpBrowserLanguage)
public Ptsv2paymentsDeviceInformation httpBrowserJavaEnabled(Boolean httpBrowserJavaEnabled)
public Boolean getHttpBrowserJavaEnabled()
public void setHttpBrowserJavaEnabled(Boolean httpBrowserJavaEnabled)
public Ptsv2paymentsDeviceInformation httpBrowserJavaScriptEnabled(Boolean httpBrowserJavaScriptEnabled)
public Boolean getHttpBrowserJavaScriptEnabled()
public void setHttpBrowserJavaScriptEnabled(Boolean httpBrowserJavaScriptEnabled)
public Ptsv2paymentsDeviceInformation httpBrowserColorDepth(String httpBrowserColorDepth)
public String getHttpBrowserColorDepth()
public void setHttpBrowserColorDepth(String httpBrowserColorDepth)
public Ptsv2paymentsDeviceInformation httpBrowserScreenHeight(String httpBrowserScreenHeight)
public String getHttpBrowserScreenHeight()
public void setHttpBrowserScreenHeight(String httpBrowserScreenHeight)
public Ptsv2paymentsDeviceInformation httpBrowserScreenWidth(String httpBrowserScreenWidth)
public String getHttpBrowserScreenWidth()
public void setHttpBrowserScreenWidth(String httpBrowserScreenWidth)
public Ptsv2paymentsDeviceInformation httpBrowserTimeDifference(String httpBrowserTimeDifference)
public String getHttpBrowserTimeDifference()
public void setHttpBrowserTimeDifference(String httpBrowserTimeDifference)
public Ptsv2paymentsDeviceInformation userAgentBrowserValue(String userAgentBrowserValue)
public String getUserAgentBrowserValue()
public void setUserAgentBrowserValue(String userAgentBrowserValue)
Copyright © 2020. All rights reserved.