Package org.openapitools.client.model
Class TelemetryInternalsDto
- java.lang.Object
-
- org.openapitools.client.model.TelemetryInternalsDto
-
public class TelemetryInternalsDto extends Object
TelemetryInternalsDto
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_APPLICATION_SERVERstatic StringSERIALIZED_NAME_CAMUNDA_INTEGRATIONstatic StringSERIALIZED_NAME_COMMANDSstatic StringSERIALIZED_NAME_DATABASEstatic StringSERIALIZED_NAME_JDKstatic StringSERIALIZED_NAME_LICENSE_KEYstatic StringSERIALIZED_NAME_METRICSstatic StringSERIALIZED_NAME_WEBAPPS
-
Constructor Summary
Constructors Constructor Description TelemetryInternalsDto()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_DATABASE
public static final String SERIALIZED_NAME_DATABASE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_APPLICATION_SERVER
public static final String SERIALIZED_NAME_APPLICATION_SERVER
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LICENSE_KEY
public static final String SERIALIZED_NAME_LICENSE_KEY
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_CAMUNDA_INTEGRATION
public static final String SERIALIZED_NAME_CAMUNDA_INTEGRATION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_COMMANDS
public static final String SERIALIZED_NAME_COMMANDS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METRICS
public static final String SERIALIZED_NAME_METRICS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_WEBAPPS
public static final String SERIALIZED_NAME_WEBAPPS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_JDK
public static final String SERIALIZED_NAME_JDK
- See Also:
- Constant Field Values
-
-
Method Detail
-
database
public TelemetryInternalsDto database(Map<String,AbstractVendorVersionInformationDto> database)
-
putDatabaseItem
public TelemetryInternalsDto putDatabaseItem(String key, AbstractVendorVersionInformationDto databaseItem)
-
getDatabase
public Map<String,AbstractVendorVersionInformationDto> getDatabase()
Vendor and version of the connected database.- Returns:
- database
-
setDatabase
public void setDatabase(Map<String,AbstractVendorVersionInformationDto> database)
-
applicationServer
public TelemetryInternalsDto applicationServer(Map<String,AbstractVendorVersionInformationDto> applicationServer)
-
putApplicationServerItem
public TelemetryInternalsDto putApplicationServerItem(String key, AbstractVendorVersionInformationDto applicationServerItem)
-
getApplicationServer
public Map<String,AbstractVendorVersionInformationDto> getApplicationServer()
Vendor and version of the application server.- Returns:
- applicationServer
-
setApplicationServer
public void setApplicationServer(Map<String,AbstractVendorVersionInformationDto> applicationServer)
-
licenseKey
public TelemetryInternalsDto licenseKey(Map<String,TelemetryLicenseKeyDto> licenseKey)
-
putLicenseKeyItem
public TelemetryInternalsDto putLicenseKeyItem(String key, TelemetryLicenseKeyDto licenseKeyItem)
-
getLicenseKey
public Map<String,TelemetryLicenseKeyDto> getLicenseKey()
Information about the Camunda license key.- Returns:
- licenseKey
-
setLicenseKey
public void setLicenseKey(Map<String,TelemetryLicenseKeyDto> licenseKey)
-
camundaIntegration
public TelemetryInternalsDto camundaIntegration(List<String> camundaIntegration)
-
addCamundaIntegrationItem
public TelemetryInternalsDto addCamundaIntegrationItem(String camundaIntegrationItem)
-
getCamundaIntegration
public List<String> getCamundaIntegration()
List of Camunda integrations used (e.g., Camunda Spring Boot Starter, Camunda Run, WildFly/JBoss subsystem, Camunda EJB).- Returns:
- camundaIntegration
-
commands
public TelemetryInternalsDto commands(Map<String,TelemetryCountDto> commands)
-
putCommandsItem
public TelemetryInternalsDto putCommandsItem(String key, TelemetryCountDto commandsItem)
-
getCommands
public Map<String,TelemetryCountDto> getCommands()
The count of executed commands after the last retrieved data.- Returns:
- commands
-
setCommands
public void setCommands(Map<String,TelemetryCountDto> commands)
-
metrics
public TelemetryInternalsDto metrics(Map<String,TelemetryCountDto> metrics)
-
putMetricsItem
public TelemetryInternalsDto putMetricsItem(String key, TelemetryCountDto metricsItem)
-
getMetrics
public Map<String,TelemetryCountDto> getMetrics()
The collected metrics are the number of root process instance executions started, the number of activity instances started or also known as flow node instances, and the number of executed decision instances and elements.- Returns:
- metrics
-
setMetrics
public void setMetrics(Map<String,TelemetryCountDto> metrics)
-
webapps
public TelemetryInternalsDto webapps(List<String> webapps)
-
addWebappsItem
public TelemetryInternalsDto addWebappsItem(String webappsItem)
-
getWebapps
public List<String> getWebapps()
The webapps enabled in this installation of Camunda.- Returns:
- webapps
-
jdk
public TelemetryInternalsDto jdk(Map<String,AbstractVendorVersionInformationDto> jdk)
-
putJdkItem
public TelemetryInternalsDto putJdkItem(String key, AbstractVendorVersionInformationDto jdkItem)
-
getJdk
public Map<String,AbstractVendorVersionInformationDto> getJdk()
Vendor and version of the installed JDK.- Returns:
- jdk
-
setJdk
public void setJdk(Map<String,AbstractVendorVersionInformationDto> jdk)
-
-