public class SMSInfo extends Object
| Constructor and Description |
|---|
SMSInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCountryCode() |
String |
getCountryName() |
String |
getCountryNameCode() |
String |
getLabel() |
Boolean |
getOptInBillNotices() |
Boolean |
getOptInCheckoutNotices() |
Boolean |
getOptInHoldPickupNotices() |
Boolean |
getOptInManualMessages() |
Boolean |
getOptInUserAnnouncementMessages() |
String |
getPhoneNumber() |
Long |
getSmsKey() |
void |
setCountryCode(String countryCode) |
void |
setCountryName(String countryName) |
void |
setCountryNameCode(String countryNameCode) |
void |
setLabel(String label) |
void |
setOptInBillNotices(Boolean optInBillNotices) |
void |
setOptInCheckoutNotices(Boolean optInCheckoutNotices) |
void |
setOptInHoldPickupNotices(Boolean optInHoldPickupNotices) |
void |
setOptInManualMessages(Boolean optInManualMessages) |
void |
setOptInUserAnnouncementMessages(Boolean optInUserAnnouncementMessages) |
void |
setPhoneNumber(String phoneNumber) |
void |
setSmsKey(Long smsKey) |
public Long getSmsKey()
public void setSmsKey(Long smsKey)
smsKey - the smsKey to setpublic String getLabel()
public void setLabel(String label)
label - the label to setpublic String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
phoneNumber - the phoneNumber to setpublic String getCountryName()
public void setCountryName(String countryName)
countryName - the countryName to setpublic String getCountryNameCode()
public void setCountryNameCode(String countryNameCode)
countryNameCode - the countryNameCode to setpublic String getCountryCode()
public void setCountryCode(String countryCode)
countryCode - the countryCode to setpublic Boolean getOptInCheckoutNotices()
public void setOptInCheckoutNotices(Boolean optInCheckoutNotices)
optInCheckoutNotices - the optInCheckoutNotices to setpublic Boolean getOptInHoldPickupNotices()
public void setOptInHoldPickupNotices(Boolean optInHoldPickupNotices)
optInHoldPickupNotices - the optInHoldPickupNotices to setpublic Boolean getOptInBillNotices()
public void setOptInBillNotices(Boolean optInBillNotices)
optInBillNotices - the optInBillNotices to setpublic Boolean getOptInManualMessages()
public void setOptInManualMessages(Boolean optInManualMessages)
optInManualMessages - the optInManualMessages to setpublic Boolean getOptInUserAnnouncementMessages()
public void setOptInUserAnnouncementMessages(Boolean optInUserAnnouncementMessages)
optInUserAnnouncementMessages - the optInUserAnnouncementMessages to setCopyright © 2015. All rights reserved.