public class SettingsInfo extends Info
| Modifier and Type | Field and Description |
|---|---|
static byte |
CLEAR_PERSISTED |
| Constructor and Description |
|---|
SettingsInfo(long timeout,
TimeUnit unit,
Settings settings,
boolean clearPersisted) |
SettingsInfo(Settings settings) |
SettingsInfo(Settings settings,
boolean clearPersisted) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getFlags() |
Settings |
getSettings() |
boolean |
isClearPersisted() |
getTimeout, getUnitpublic static final byte CLEAR_PERSISTED
public SettingsInfo(Settings settings)
public SettingsInfo(long timeout,
TimeUnit unit,
Settings settings,
boolean clearPersisted)
public SettingsInfo(Settings settings, boolean clearPersisted)
public boolean isClearPersisted()
public byte getFlags()
public Settings getSettings()
Copyright © 1995-2015 Webtide. All Rights Reserved.