public class OutboundSmsConfigurationDTO extends Bean
| Constructor and Description |
|---|
OutboundSmsConfigurationDTO() |
OutboundSmsConfigurationDTO(Property<T,? super OutboundSmsConfigurationDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.String |
getEncoding() |
java.lang.String |
getGatewayUrl() |
java.lang.Integer |
getMaxMessagesPerMonth() |
java.lang.Integer |
getMaxMessagesToUnregistered() |
java.lang.String |
getPassword() |
java.lang.String |
getPostBody() |
SmsRequestType |
getRequestType() |
CustomScriptVO |
getScript() |
java.lang.String |
getScriptParameters() |
java.lang.String |
getUsername() |
boolean |
isAsciiOnly() |
boolean |
isEnabled() |
boolean |
isPasswordSet() |
void |
setAsciiOnly(boolean asciiOnly) |
void |
setEnabled(boolean enabled) |
void |
setEncoding(java.lang.String encoding) |
void |
setGatewayUrl(java.lang.String gatewayUrl) |
void |
setMaxMessagesPerMonth(java.lang.Integer maxMessagesPerMonth) |
void |
setMaxMessagesToUnregistered(java.lang.Integer maxMessagesToUnregistered) |
void |
setPassword(java.lang.String password) |
void |
setPasswordSet(boolean passwordSet) |
void |
setPostBody(java.lang.String postBody) |
void |
setRequestType(SmsRequestType requestType) |
void |
setScript(CustomScriptVO script) |
void |
setScriptParameters(java.lang.String scriptParameters) |
void |
setUsername(java.lang.String username) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,OutboundSmsConfigurationDTO> ASCII_ONLY
public static final BasicProperty<java.lang.Boolean,OutboundSmsConfigurationDTO> ENABLED
public static final BasicProperty<java.lang.String,OutboundSmsConfigurationDTO> ENCODING
public static final BasicProperty<java.lang.String,OutboundSmsConfigurationDTO> GATEWAY_URL
public static final BasicProperty<java.lang.Integer,OutboundSmsConfigurationDTO> MAX_MESSAGES_PER_MONTH
public static final BasicProperty<java.lang.Integer,OutboundSmsConfigurationDTO> MAX_MESSAGES_TO_UNREGISTERED
public static final BasicProperty<java.lang.String,OutboundSmsConfigurationDTO> PASSWORD
public static final BasicProperty<java.lang.Boolean,OutboundSmsConfigurationDTO> PASSWORD_SET
public static final BasicProperty<java.lang.String,OutboundSmsConfigurationDTO> POST_BODY
public static final BasicProperty<SmsRequestType,OutboundSmsConfigurationDTO> REQUEST_TYPE
public static final BasicProperty<CustomScriptVO,OutboundSmsConfigurationDTO> SCRIPT
public static final BasicProperty<java.lang.String,OutboundSmsConfigurationDTO> SCRIPT_PARAMETERS
public static final BasicProperty<java.lang.String,OutboundSmsConfigurationDTO> USERNAME
public OutboundSmsConfigurationDTO()
public OutboundSmsConfigurationDTO(Property<T,? super OutboundSmsConfigurationDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isAsciiOnly()
public void setAsciiOnly(boolean asciiOnly)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public java.lang.String getEncoding()
public void setEncoding(java.lang.String encoding)
public java.lang.String getGatewayUrl()
public void setGatewayUrl(java.lang.String gatewayUrl)
public java.lang.Integer getMaxMessagesPerMonth()
public void setMaxMessagesPerMonth(java.lang.Integer maxMessagesPerMonth)
public java.lang.Integer getMaxMessagesToUnregistered()
public void setMaxMessagesToUnregistered(java.lang.Integer maxMessagesToUnregistered)
public java.lang.String getPassword()
public void setPassword(java.lang.String password)
public boolean isPasswordSet()
public void setPasswordSet(boolean passwordSet)
public java.lang.String getPostBody()
public void setPostBody(java.lang.String postBody)
public SmsRequestType getRequestType()
public void setRequestType(SmsRequestType requestType)
public CustomScriptVO getScript()
public void setScript(CustomScriptVO script)
public java.lang.String getScriptParameters()
public void setScriptParameters(java.lang.String scriptParameters)
public java.lang.String getUsername()
public void setUsername(java.lang.String username)