Class InternalsDto
java.lang.Object
org.camunda.bpm.engine.rest.dto.telemetry.InternalsDto
-
Field Summary
Modifier and TypeFieldDescriptionprotected ApplicationServerDto
protected Map<String,
CommandDto> protected DatabaseDto
protected Date
protected JdkDto
protected LicenseKeyDataDto
static final String
static final String
static final String
static final String
-
Constructor Summary
ConstructorDescriptionInternalsDto
(DatabaseDto database, ApplicationServerDto server, LicenseKeyDataDto licenseKey, JdkDto jdk) -
Method Summary
Modifier and TypeMethodDescriptionstatic InternalsDto
fromEngineDto
(Internals other) getJdk()
void
setApplicationServer
(ApplicationServerDto applicationServer) void
setCamundaIntegration
(Set<String> camundaIntegration) void
setCommands
(Map<String, CommandDto> commands) void
setDatabase
(DatabaseDto database) void
setDataCollectionStartDate
(Date dataCollectionStartDate) void
void
setLicenseKey
(LicenseKeyDataDto licenseKey) void
setMetrics
(Map<String, MetricDto> metrics) void
setWebapps
(Set<String> webapps)
-
Field Details
-
SERIALIZED_APPLICATION_SERVER
- See Also:
-
SERIALIZED_CAMUNDA_INTEGRATION
- See Also:
-
SERIALIZED_LICENSE_KEY
- See Also:
-
SERIALIZED_TELEMETRY_DATA_COLLECTION_START_DATE
- See Also:
-
database
-
applicationServer
-
licenseKey
-
camundaIntegration
-
dataCollectionStartDate
-
commands
-
metrics
-
webapps
-
jdk
-
-
Constructor Details
-
InternalsDto
public InternalsDto(DatabaseDto database, ApplicationServerDto server, LicenseKeyDataDto licenseKey, JdkDto jdk)
-
-
Method Details
-
getDatabase
-
setDatabase
-
getApplicationServer
-
setApplicationServer
-
getCommands
-
setCommands
-
getMetrics
-
setMetrics
-
getJdk
-
setJdk
-
getCamundaIntegration
-
setCamundaIntegration
-
getLicenseKey
-
setLicenseKey
-
getWebapps
-
setWebapps
-
getDataCollectionStartDate
-
setDataCollectionStartDate
-
fromEngineDto
-