public class Ptsv2paymentreferencesDeviceInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentreferencesDeviceInformation() |
| Modifier and Type | Method and Description |
|---|---|
Ptsv2paymentreferencesDeviceInformation |
deviceType(String deviceType) |
boolean |
equals(Object o) |
String |
getDeviceType()
The device type at the client side.
|
String |
getId()
../../../commons/definitions/device.yaml#/properties/id
|
String |
getIpAddress()
IP address of the customer.
|
String |
getUserAgent()
Customer's browser as identified from the HTTP header data.
|
int |
hashCode() |
Ptsv2paymentreferencesDeviceInformation |
id(String id) |
Ptsv2paymentreferencesDeviceInformation |
ipAddress(String ipAddress) |
void |
setDeviceType(String deviceType) |
void |
setId(String id) |
void |
setIpAddress(String ipAddress) |
void |
setUserAgent(String userAgent) |
String |
toString() |
Ptsv2paymentreferencesDeviceInformation |
userAgent(String userAgent) |
public Ptsv2paymentreferencesDeviceInformation()
public Ptsv2paymentreferencesDeviceInformation ipAddress(String ipAddress)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public Ptsv2paymentreferencesDeviceInformation deviceType(String deviceType)
public String getDeviceType()
public void setDeviceType(String deviceType)
public Ptsv2paymentreferencesDeviceInformation id(String id)
public String getId()
public void setId(String id)
public Ptsv2paymentreferencesDeviceInformation userAgent(String userAgent)
public String getUserAgent()
public void setUserAgent(String userAgent)
Copyright © 2025. All rights reserved.