public class Internals extends Object
Modifier and Type | Field and Description |
---|---|
protected ApplicationServer |
applicationServer |
protected Set<String> |
camundaIntegration |
protected Map<String,Command> |
commands |
protected Database |
database |
protected Jdk |
jdk |
protected LicenseKeyData |
licenseKey |
protected Map<String,Metric> |
metrics |
static String |
SERIALIZED_APPLICATION_SERVER |
static String |
SERIALIZED_CAMUNDA_INTEGRATION |
static String |
SERIALIZED_LICENSE_KEY |
static String |
SERIALIZED_TELEMETRY_ENABLED |
protected Boolean |
telemetryEnabled |
protected Set<String> |
webapps |
Constructor and Description |
---|
Internals() |
Internals(Database database,
ApplicationServer server,
LicenseKeyData licenseKey,
Jdk jdk) |
Internals(Internals internals) |
Modifier and Type | Method and Description |
---|---|
ApplicationServer |
getApplicationServer() |
Set<String> |
getCamundaIntegration() |
Map<String,Command> |
getCommands() |
Database |
getDatabase() |
Jdk |
getJdk() |
LicenseKeyData |
getLicenseKey() |
Map<String,Metric> |
getMetrics() |
Boolean |
getTelemetryEnabled() |
Set<String> |
getWebapps() |
void |
mergeDynamicData(Internals other) |
void |
setApplicationServer(ApplicationServer applicationServer) |
void |
setCamundaIntegration(Set<String> camundaIntegration) |
void |
setCommands(Map<String,Command> commands) |
void |
setDatabase(Database database) |
void |
setJdk(Jdk jdk) |
void |
setLicenseKey(LicenseKeyData licenseKey) |
void |
setMetrics(Map<String,Metric> metrics) |
void |
setTelemetryEnabled(Boolean telemetryEnabled) |
void |
setWebapps(Set<String> webapps) |
public static final String SERIALIZED_APPLICATION_SERVER
public static final String SERIALIZED_CAMUNDA_INTEGRATION
public static final String SERIALIZED_LICENSE_KEY
public static final String SERIALIZED_TELEMETRY_ENABLED
protected Database database
@SerializedName(value="application-server") protected ApplicationServer applicationServer
@SerializedName(value="license-key") protected LicenseKeyData licenseKey
@SerializedName(value="camunda-integration") protected Set<String> camundaIntegration
protected Jdk jdk
@SerializedName(value="telemetry-enabled") protected Boolean telemetryEnabled
public Internals()
public Internals(Database database, ApplicationServer server, LicenseKeyData licenseKey, Jdk jdk)
public Internals(Internals internals)
public Database getDatabase()
public void setDatabase(Database database)
public ApplicationServer getApplicationServer()
public void setApplicationServer(ApplicationServer applicationServer)
public void mergeDynamicData(Internals other)
public Jdk getJdk()
public void setJdk(Jdk jdk)
public LicenseKeyData getLicenseKey()
public void setLicenseKey(LicenseKeyData licenseKey)
public Boolean getTelemetryEnabled()
public void setTelemetryEnabled(Boolean telemetryEnabled)
Copyright © 2022. All rights reserved.