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()
Integer
public void setRequestId(Integer value)
value
- allowed object is
Integer
public Long getPointOfSalesId()
Long
public void setPointOfSalesId(Long value)
value
- allowed object is
Long
public String getContactNumber()
String
public void setContactNumber(String value)
value
- allowed object is
String
public String getRedirectionUrl()
String
Copyright © 2021. All rights reserved.