public class CustomerDevice extends Object
| Constructor and Description |
|---|
CustomerDevice() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAcceptHeader()
The accept-header of the customer client from the HTTP Headers.
|
BrowserData |
getBrowserData()
Object containing information regarding the browser of the customer
|
String |
getIpAddress()
The IP address of the customer client from the HTTP Headers.
|
String |
getLocale()
Locale of the client device/browser.
|
String |
getTimezoneOffsetUtcMinutes()
Offset in minutes of timezone of the client versus the UTC.
|
String |
getUserAgent()
User-Agent of the client device/browser from the HTTP Headers.
|
void |
setAcceptHeader(String value)
The accept-header of the customer client from the HTTP Headers.
|
void |
setBrowserData(BrowserData value)
Object containing information regarding the browser of the customer
|
void |
setIpAddress(String value)
The IP address of the customer client from the HTTP Headers.
|
void |
setLocale(String value)
Locale of the client device/browser.
|
void |
setTimezoneOffsetUtcMinutes(String value)
Offset in minutes of timezone of the client versus the UTC.
|
void |
setUserAgent(String value)
User-Agent of the client device/browser from the HTTP Headers.
|
CustomerDevice |
withAcceptHeader(String value)
The accept-header of the customer client from the HTTP Headers.
|
CustomerDevice |
withBrowserData(BrowserData value)
Object containing information regarding the browser of the customer
|
CustomerDevice |
withIpAddress(String value)
The IP address of the customer client from the HTTP Headers.
|
CustomerDevice |
withLocale(String value)
Locale of the client device/browser.
|
CustomerDevice |
withTimezoneOffsetUtcMinutes(String value)
Offset in minutes of timezone of the client versus the UTC.
|
CustomerDevice |
withUserAgent(String value)
User-Agent of the client device/browser from the HTTP Headers.
|
public String getAcceptHeader()
public void setAcceptHeader(String value)
public CustomerDevice withAcceptHeader(String value)
public BrowserData getBrowserData()
public void setBrowserData(BrowserData value)
public CustomerDevice withBrowserData(BrowserData value)
public String getIpAddress()
public void setIpAddress(String value)
public CustomerDevice withIpAddress(String value)
public String getLocale()
public void setLocale(String value)
public CustomerDevice withLocale(String value)
public String getTimezoneOffsetUtcMinutes()
public void setTimezoneOffsetUtcMinutes(String value)
public CustomerDevice withTimezoneOffsetUtcMinutes(String value)
public String getUserAgent()
public void setUserAgent(String value)
public CustomerDevice withUserAgent(String value)
Copyright © 2023 Worldline Online Payments Direct. All rights reserved.