@UriParams public class CMConfiguration extends Object
Constructor and Description |
---|
CMConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultFrom() |
int |
getDefaultMaxNumberOfParts() |
String |
getProductToken() |
boolean |
isTestConnectionOnStartup() |
void |
setDefaultFrom(String defaultFrom)
This is the sender name.
|
void |
setDefaultMaxNumberOfParts(int defaultMaxNumberOfParts)
If it is a multipart message forces the max number.
|
void |
setProductToken(String productToken)
The unique token to use
|
void |
setTestConnectionOnStartup(boolean testConnectionOnStartup)
Whether to test the connection to the SMS Gateway on startup
|
public String getProductToken()
public void setProductToken(String productToken)
public String getDefaultFrom()
public void setDefaultFrom(String defaultFrom)
public int getDefaultMaxNumberOfParts()
public void setDefaultMaxNumberOfParts(int defaultMaxNumberOfParts)
public boolean isTestConnectionOnStartup()
public void setTestConnectionOnStartup(boolean testConnectionOnStartup)
Apache Camel