public class Config extends Object implements com.samebug.notifier.core.IConfiguration
| Modifier and Type | Field and Description |
|---|---|
UUID |
appKey |
boolean |
debug |
UUID |
developerKey |
int |
helpMode |
int |
queueCapacity |
URL |
recorderURL |
URL |
UIURL |
String |
version |
| Constructor and Description |
|---|
Config(UUID appKey,
String version,
URL recorderURL,
boolean debug,
UUID developerKey,
URL uiurl,
int helpMode,
int queueCapacity) |
| Modifier and Type | Method and Description |
|---|---|
UUID |
getAppKey() |
boolean |
getDebug() |
UUID |
getDeveloperKey() |
int |
getHelpMode() |
int |
getQueueCapacity() |
URL |
getRecorderURL() |
URL |
getUIURL() |
String |
getVersion() |
public final UUID appKey
public final String version
public final URL recorderURL
public final boolean debug
public final UUID developerKey
public final URL UIURL
public final int helpMode
public final int queueCapacity
public UUID getAppKey()
getAppKey in interface com.samebug.notifier.core.IConfigurationpublic String getVersion()
getVersion in interface com.samebug.notifier.core.IConfigurationpublic URL getRecorderURL()
getRecorderURL in interface com.samebug.notifier.core.IConfigurationpublic boolean getDebug()
getDebug in interface com.samebug.notifier.core.IConfigurationpublic UUID getDeveloperKey()
getDeveloperKey in interface com.samebug.notifier.core.IConfigurationpublic URL getUIURL()
getUIURL in interface com.samebug.notifier.core.IConfigurationpublic int getHelpMode()
getHelpMode in interface com.samebug.notifier.core.IConfigurationpublic int getQueueCapacity()
getQueueCapacity in interface com.samebug.notifier.core.IConfigurationCopyright © 2018. All rights reserved.