public class SettingsGroupState
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SettingsGroupState()
Constructs none SettingsGroupState.
|
SettingsGroupState(ReadState readState)
Constructs SettingsGroupState with the specified read state.
|
SettingsGroupState(ReadState readState,
java.lang.Throwable error)
Constructs SettingsGroupState with the specified read state and occured error.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
getError()
Returns occured error.
|
ReadState |
getReadState()
Returns SettingsGroup read state.
|
void |
setError(java.lang.Throwable error)
Sets occured error.
|
void |
setReadState(ReadState readState)
Sets SettingsGroup read state.
|
public SettingsGroupState()
public SettingsGroupState(ReadState readState)
readState - read statepublic SettingsGroupState(ReadState readState, java.lang.Throwable error)
readState - read stateerror - occured errorpublic ReadState getReadState()
public void setReadState(ReadState readState)
readState - new SettingsGroup read statepublic java.lang.Throwable getError()
public void setError(java.lang.Throwable error)
error - occured error