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