public class SmsOperationConfigurationDataParams extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Long,SmsOperationConfigurationDataParams> |
CHANNEL_CONFIGURATION_ID |
static java.lang.String |
CLASS_NAME |
static BasicProperty<SmsOperationConfigurationNature,SmsOperationConfigurationDataParams> |
NATURE |
| Constructor and Description |
|---|
SmsOperationConfigurationDataParams() |
SmsOperationConfigurationDataParams(Property<T,? super SmsOperationConfigurationDataParams> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.lang.Long |
getChannelConfigurationId() |
SmsOperationConfigurationNature |
getNature() |
void |
setChannelConfigurationId(java.lang.Long channelConfigurationId) |
void |
setNature(SmsOperationConfigurationNature nature) |
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.Long,SmsOperationConfigurationDataParams> CHANNEL_CONFIGURATION_ID
public static final BasicProperty<SmsOperationConfigurationNature,SmsOperationConfigurationDataParams> NATURE
public SmsOperationConfigurationDataParams()
public SmsOperationConfigurationDataParams(Property<T,? super SmsOperationConfigurationDataParams> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.Long getChannelConfigurationId()
public void setChannelConfigurationId(java.lang.Long channelConfigurationId)
public SmsOperationConfigurationNature getNature()
public void setNature(SmsOperationConfigurationNature nature)