public class OrderOriginData extends AbstractRealTimeDto implements Serializable
Java class for orderOriginData complex type.
The following schema fragment specifies the expected content contained within this class.
Modifier and Type | Field and Description |
---|---|
protected String |
countryCode |
protected String |
ipAddress |
protected String |
orderOriginInfoIdCode |
protected boolean |
toCreateToken |
protected String |
tracker |
protected String |
url |
protected String |
userAgent |
protected String |
zipCode |
Constructor and Description |
---|
OrderOriginData() |
Modifier and Type | Method and Description |
---|---|
String |
getCountryCode()
Gets the value of the countryCode property.
|
String |
getIpAddress()
Gets the value of the ipAddress property.
|
String |
getOrderOriginInfoIdCode()
Gets the value of the orderOriginInfoIdCode property.
|
String |
getTracker()
Gets the value of the tracker property.
|
String |
getUrl()
Gets the value of the url property.
|
String |
getUserAgent()
Gets the value of the userAgent property.
|
String |
getZipCode()
Gets the value of the zipCode property.
|
boolean |
isToCreateToken()
Gets the value of the toCreateToken property.
|
void |
setCountryCode(String value)
Sets the value of the countryCode property.
|
void |
setIpAddress(String value)
Sets the value of the ipAddress property.
|
void |
setOrderOriginInfoIdCode(String value)
Sets the value of the orderOriginInfoIdCode property.
|
void |
setToCreateToken(boolean value)
Sets the value of the toCreateToken property.
|
void |
setTracker(String value)
Sets the value of the tracker property.
|
void |
setUrl(String value)
Sets the value of the url property.
|
void |
setUserAgent(String value)
Sets the value of the userAgent property.
|
void |
setZipCode(String value)
Sets the value of the zipCode property.
|
protected String countryCode
protected String ipAddress
protected String orderOriginInfoIdCode
protected boolean toCreateToken
protected String tracker
protected String url
protected String userAgent
protected String zipCode
public String getCountryCode()
String
public void setCountryCode(String value)
value
- allowed object is
String
public String getIpAddress()
String
public void setIpAddress(String value)
value
- allowed object is
String
public String getOrderOriginInfoIdCode()
String
public void setOrderOriginInfoIdCode(String value)
value
- allowed object is
String
public boolean isToCreateToken()
public void setToCreateToken(boolean value)
public String getTracker()
String
public void setTracker(String value)
value
- allowed object is
String
public String getUrl()
String
public void setUrl(String value)
value
- allowed object is
String
public String getUserAgent()
String
public void setUserAgent(String value)
value
- allowed object is
String
public String getZipCode()
String
Copyright © 2021. All rights reserved.