public abstract class AbstractSMSMessageDTO extends Object
| Constructor and Description |
|---|
AbstractSMSMessageDTO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getContent() |
String |
getOptOperator() |
String |
getOptSessionId() |
String |
getOptTariff() |
String |
getPhoneCountryIsoCode() |
String |
getPhoneNumber() |
String |
getShortcode() |
String |
getShortCodeCountryIsoCode() |
void |
setContent(String message) |
void |
setOptOperator(String optOperator) |
void |
setOptSessionId(String optSessionId) |
void |
setOptTariff(String optTariff) |
void |
setPhoneCountryIsoCode(String phoneCountryIsoCode) |
void |
setPhoneNumber(String phoneNumber) |
void |
setShortcode(String shortCode) |
void |
setShortCodeCountryIsoCode(String shortCodeCountryIsoCode) |
String |
toString() |
protected String |
toStringInternal() |
public String getShortcode()
public void setShortcode(String shortCode)
shortCode - the shortCode to setpublic String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
phoneNumber - the phoneNumber to setpublic String getContent()
public void setContent(String message)
message - the message to setpublic String getOptOperator()
public void setOptOperator(String optOperator)
optOperator - the optOperator to setpublic String getOptTariff()
public void setOptTariff(String optTariff)
optTariff - the optTariff to setpublic String getOptSessionId()
public void setOptSessionId(String optSessionId)
optSessionId - the optSessionId to setpublic String getPhoneCountryIsoCode()
public void setPhoneCountryIsoCode(String phoneCountryIsoCode)
phoneCountryIsoCode - the phoneCountryIsoCode to setpublic String getShortCodeCountryIsoCode()
public void setShortCodeCountryIsoCode(String shortCodeCountryIsoCode)
protected String toStringInternal()
Copyright © 2017 SAP SE. All Rights Reserved.