@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class Ptsv2paymentsidcapturesDeviceInformation extends Object
| Constructor and Description |
|---|
Ptsv2paymentsidcapturesDeviceInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHostName()
DNS resolved hostname from `ipAddress`.
|
String |
getIpAddress()
IP address of the customer.
|
String |
getUserAgent()
Customer’s browser as identified from the HTTP header data.
|
int |
hashCode() |
Ptsv2paymentsidcapturesDeviceInformation |
hostName(String hostName) |
Ptsv2paymentsidcapturesDeviceInformation |
ipAddress(String ipAddress) |
void |
setHostName(String hostName) |
void |
setIpAddress(String ipAddress) |
void |
setUserAgent(String userAgent) |
String |
toString() |
Ptsv2paymentsidcapturesDeviceInformation |
userAgent(String userAgent) |
public Ptsv2paymentsidcapturesDeviceInformation()
public Ptsv2paymentsidcapturesDeviceInformation hostName(String hostName)
public String getHostName()
public void setHostName(String hostName)
public Ptsv2paymentsidcapturesDeviceInformation ipAddress(String ipAddress)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public Ptsv2paymentsidcapturesDeviceInformation userAgent(String userAgent)
public String getUserAgent()
public void setUserAgent(String userAgent)
Copyright © 2020. All rights reserved.