public class Ptsv2billingagreementsDeviceInformation extends Object
| Constructor and Description |
|---|
Ptsv2billingagreementsDeviceInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getHttpAcceptBrowserValue()
Value of the Accept header sent by the customer's web browser.
|
String |
getIpAddress()
IP address of the customer.
|
String |
getUserAgentBrowserValue()
Value of the User-Agent header sent by the customer's web browser.
|
int |
hashCode() |
Ptsv2billingagreementsDeviceInformation |
httpAcceptBrowserValue(String httpAcceptBrowserValue) |
Ptsv2billingagreementsDeviceInformation |
ipAddress(String ipAddress) |
void |
setHttpAcceptBrowserValue(String httpAcceptBrowserValue) |
void |
setIpAddress(String ipAddress) |
void |
setUserAgentBrowserValue(String userAgentBrowserValue) |
String |
toString() |
Ptsv2billingagreementsDeviceInformation |
userAgentBrowserValue(String userAgentBrowserValue) |
public Ptsv2billingagreementsDeviceInformation()
public Ptsv2billingagreementsDeviceInformation httpAcceptBrowserValue(String httpAcceptBrowserValue)
public String getHttpAcceptBrowserValue()
public void setHttpAcceptBrowserValue(String httpAcceptBrowserValue)
public Ptsv2billingagreementsDeviceInformation ipAddress(String ipAddress)
public String getIpAddress()
public void setIpAddress(String ipAddress)
public Ptsv2billingagreementsDeviceInformation userAgentBrowserValue(String userAgentBrowserValue)
public String getUserAgentBrowserValue()
public void setUserAgentBrowserValue(String userAgentBrowserValue)
Copyright © 2025. All rights reserved.