public class DoubleOptinVerifyRequestModel extends Object
Constructor and Description |
---|
DoubleOptinVerifyRequestModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBrand() |
String |
getCountryCode() |
String |
getDeviceId() |
String |
getPhoneNumber() |
int |
getPinExpiry() |
String |
getSenderId() |
int |
getTimeToSendCall() |
void |
setBrand(String brand) |
void |
setCountryCode(String countryCode) |
void |
setDeviceId(String deviceId) |
void |
setPhoneNumber(String phoneNumber) |
void |
setPinExpiry(int pinExpiry) |
void |
setSenderId(String senderId) |
void |
setTimeToSendCall(int timeToSendCall) |
public String getCountryCode()
public void setCountryCode(String countryCode)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public String getDeviceId()
public void setDeviceId(String deviceId)
public String getSenderId()
public void setSenderId(String senderId)
public String getBrand()
public void setBrand(String brand)
public int getTimeToSendCall()
public void setTimeToSendCall(int timeToSendCall)
public int getPinExpiry()
public void setPinExpiry(int pinExpiry)