private static class SessionControl.SettingInfo extends Object
Modifier and Type | Field and Description |
---|---|
private boolean |
modified
If the setting has been modified while the user was logged in or not
|
private String |
value
The value of the setting, null indicates removal
|
Modifier | Constructor and Description |
---|---|
private |
SessionControl.SettingInfo(String value,
boolean modified) |
private final String value
private final boolean modified
private SessionControl.SettingInfo(String value, boolean modified)