Package org.cyclos.entities.system
Class OutboundSmsConfiguration
- java.lang.Object
-
- org.cyclos.entities.system.OutboundSmsConfiguration
-
@Embeddable public class OutboundSmsConfiguration extends Object
Contains the configurations for sending SMS messages
-
-
Constructor Summary
Constructors Constructor Description OutboundSmsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEncoding()StringgetGatewayUrl()StringgetHeaders()IntegergetMaxMessagesPerMonth()IntegergetMaxMessagesToUnregistered()StringgetPassword()StringgetPostBody()SmsRequestTypegetRequestType()CustomScriptgetScript()StringgetScriptParameters()StringgetUsername()booleanisAsciiOnly()booleanisEnabled()booleanisPasswordSet()voidsetAsciiOnly(boolean asciiOnly)voidsetEnabled(boolean enabled)voidsetEncoding(String encoding)voidsetGatewayUrl(String gatewayUrl)voidsetHeaders(String headers)voidsetMaxMessagesPerMonth(Integer maxMessagesPerMonth)voidsetMaxMessagesToUnregistered(Integer maxMessagesToUnregistered)voidsetPassword(String password)voidsetPostBody(String postBody)voidsetRequestType(SmsRequestType requestType)voidsetScript(CustomScript script)voidsetScriptParameters(String scriptParameters)voidsetUsername(String username)
-
-
-
Method Detail
-
getEncoding
public String getEncoding()
-
getGatewayUrl
public String getGatewayUrl()
-
getHeaders
public String getHeaders()
-
getMaxMessagesPerMonth
public Integer getMaxMessagesPerMonth()
-
getMaxMessagesToUnregistered
public Integer getMaxMessagesToUnregistered()
-
getPassword
public String getPassword()
-
getPostBody
public String getPostBody()
-
getRequestType
public SmsRequestType getRequestType()
-
getScript
public CustomScript getScript()
-
getScriptParameters
public String getScriptParameters()
-
getUsername
public String getUsername()
-
isAsciiOnly
public boolean isAsciiOnly()
-
isEnabled
public boolean isEnabled()
-
isPasswordSet
public boolean isPasswordSet()
-
setAsciiOnly
public void setAsciiOnly(boolean asciiOnly)
-
setEnabled
public void setEnabled(boolean enabled)
-
setEncoding
public void setEncoding(String encoding)
-
setGatewayUrl
public void setGatewayUrl(String gatewayUrl)
-
setHeaders
public void setHeaders(String headers)
-
setMaxMessagesPerMonth
public void setMaxMessagesPerMonth(Integer maxMessagesPerMonth)
-
setMaxMessagesToUnregistered
public void setMaxMessagesToUnregistered(Integer maxMessagesToUnregistered)
-
setPassword
public void setPassword(String password)
-
setPostBody
public void setPostBody(String postBody)
-
setRequestType
public void setRequestType(SmsRequestType requestType)
-
setScript
public void setScript(CustomScript script)
-
setScriptParameters
public void setScriptParameters(String scriptParameters)
-
setUsername
public void setUsername(String username)
-
-