public class RemoveAlias extends Object implements Serializable
Java class for removeAlias complex type.
The following schema fragment specifies the expected content contained within this class.
| Modifier and Type | Field and Description |
|---|---|
protected String |
aliasId |
protected String |
contactNumber |
protected Long |
pointOfSalesId |
protected String |
redirectionUrl |
protected Integer |
requestId |
| Constructor and Description |
|---|
RemoveAlias() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAliasId()
Gets the value of the aliasId property.
|
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 |
setAliasId(String value)
Sets the value of the aliasId 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 aliasId
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 getAliasId()
Stringpublic void setAliasId(String value)
value - allowed object is
Stringpublic String getContactNumber()
Stringpublic void setContactNumber(String value)
value - allowed object is
Stringpublic String getRedirectionUrl()
StringCopyright © 2021. All rights reserved.