public static class DataModuleOptions.Builder extends AbstractPropertyChange implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
PROP_CAUSE_SOURCE_ADDRESS |
static String |
PROP_IGNORE_BACKGROUND_SCAN |
Constructor and Description |
---|
Builder() |
Builder(DataModuleOptions options) |
Modifier and Type | Method and Description |
---|---|
DataModuleOptions |
build() |
Byte |
getCauseSourceAddress() |
boolean |
isIgnoreBackgroundScan() |
void |
setCauseSourceAddress(Byte causeSourceAddress) |
void |
setIgnoreBackgroundScan(boolean ignoreBackgroundScan) |
addPropertyChangeListener, addPropertyChangeListener, fireIndexedPropertyChange, fireIndexedPropertyChange, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, removePropertyChangeListener, removePropertyChangeListener
public static final String PROP_IGNORE_BACKGROUND_SCAN
public static final String PROP_CAUSE_SOURCE_ADDRESS
public Builder()
public Builder(DataModuleOptions options)
public void setCauseSourceAddress(Byte causeSourceAddress)
public Byte getCauseSourceAddress()
public void setIgnoreBackgroundScan(boolean ignoreBackgroundScan)
public boolean isIgnoreBackgroundScan()
public DataModuleOptions build()