public class CreateAlias extends Object implements Serializable
Java class for createAlias complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
contactNumber |
protected Long |
pointOfSalesId |
protected String |
redirectionUrl |
protected Integer |
requestId |
| Constructor and Description |
|---|
CreateAlias() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContactNumber()
Gets the value of the contactNumber property.
|
Long |
getPointOfSalesId()
Gets the value of the pointOfSalesId property.
|
String |
getRedirectionUrl()
Gets the value of the redirectionUrl property.
|
Integer |
getRequestId()
Gets the value of the requestId property.
|
void |
setContactNumber(String value)
Sets the value of the contactNumber property.
|
void |
setPointOfSalesId(Long value)
Sets the value of the pointOfSalesId property.
|
void |
setRedirectionUrl(String value)
Sets the value of the redirectionUrl property.
|
void |
setRequestId(Integer value)
Sets the value of the requestId property.
|
protected Integer requestId
protected Long pointOfSalesId
protected String contactNumber
protected String redirectionUrl
public Integer getRequestId()
Integerpublic void setRequestId(Integer value)
value - allowed object is
Integerpublic Long getPointOfSalesId()
Longpublic void setPointOfSalesId(Long value)
value - allowed object is
Longpublic String getContactNumber()
Stringpublic void setContactNumber(String value)
value - allowed object is
Stringpublic String getRedirectionUrl()
StringCopyright © 2021. All rights reserved.