Class TelemetryInternalsDto
java.lang.Object
org.camunda.community.rest.client.dto.TelemetryInternalsDto
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-06-04T13:43:01.451833574Z[Etc/UTC]")
public class TelemetryInternalsDto
extends Object
TelemetryInternalsDto
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddCamundaIntegrationItem(String camundaIntegrationItem) addWebappsItem(String webappsItem) applicationServer(AbstractVendorVersionInformationDto applicationServer) camundaIntegration(List<String> camundaIntegration) commands(Map<String, TelemetryCountDto> commands) database(AbstractVendorVersionInformationDto database) dataCollectionStartDate(OffsetDateTime dataCollectionStartDate) booleanGet applicationServerList of Camunda integrations used (e.g., Camunda Spring Boot Starter, Camunda Run, WildFly/JBoss subsystem, Camunda EJB).The count of executed commands after the last retrieved data.org.openapitools.jackson.nullable.JsonNullable<Map<String,TelemetryCountDto>> Get databaseThe date when the engine started to collect dynamic data, such as command executions and metrics.getJdk()Get jdkGet licenseKeyThe 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.org.openapitools.jackson.nullable.JsonNullable<Map<String,TelemetryCountDto>> The webapps enabled in this installation of Camunda.inthashCode()licenseKey(TelemetryLicenseKeyDto licenseKey) metrics(Map<String, TelemetryCountDto> metrics) putCommandsItem(String key, TelemetryCountDto commandsItem) putMetricsItem(String key, TelemetryCountDto metricsItem) voidsetApplicationServer(AbstractVendorVersionInformationDto applicationServer) voidsetCamundaIntegration(List<String> camundaIntegration) voidsetCamundaIntegration_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> camundaIntegration) voidsetCommands(Map<String, TelemetryCountDto> commands) voidsetCommands_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, TelemetryCountDto>> commands) voidvoidsetDataCollectionStartDate(OffsetDateTime dataCollectionStartDate) voidvoidsetLicenseKey(TelemetryLicenseKeyDto licenseKey) voidsetMetrics(Map<String, TelemetryCountDto> metrics) voidsetMetrics_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, TelemetryCountDto>> metrics) voidsetWebapps(List<String> webapps) voidsetWebapps_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<List<String>> webapps) toString()Convert the instance into URL query string.toUrlQueryString(String prefix) Convert the instance into URL query string.
-
Field Details
-
JSON_PROPERTY_DATABASE
- See Also:
-
JSON_PROPERTY_APPLICATION_SERVER
- See Also:
-
JSON_PROPERTY_LICENSE_KEY
- See Also:
-
JSON_PROPERTY_CAMUNDA_INTEGRATION
- See Also:
-
JSON_PROPERTY_COMMANDS
- See Also:
-
JSON_PROPERTY_METRICS
- See Also:
-
JSON_PROPERTY_WEBAPPS
- See Also:
-
JSON_PROPERTY_JDK
- See Also:
-
JSON_PROPERTY_DATA_COLLECTION_START_DATE
- See Also:
-
-
Constructor Details
-
TelemetryInternalsDto
public TelemetryInternalsDto()
-
-
Method Details
-
database
-
getDatabase
Get database- Returns:
- database
-
setDatabase
-
applicationServer
public TelemetryInternalsDto applicationServer(AbstractVendorVersionInformationDto applicationServer) -
getApplicationServer
Get applicationServer- Returns:
- applicationServer
-
setApplicationServer
-
licenseKey
-
getLicenseKey
Get licenseKey- Returns:
- licenseKey
-
setLicenseKey
-
camundaIntegration
-
addCamundaIntegrationItem
-
getCamundaIntegration
List of Camunda integrations used (e.g., Camunda Spring Boot Starter, Camunda Run, WildFly/JBoss subsystem, Camunda EJB).- Returns:
- camundaIntegration
-
getCamundaIntegration_JsonNullable
-
setCamundaIntegration_JsonNullable
-
setCamundaIntegration
-
commands
-
putCommandsItem
-
getCommands
The count of executed commands after the last retrieved data.- Returns:
- commands
-
getCommands_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,TelemetryCountDto>> getCommands_JsonNullable() -
setCommands_JsonNullable
public void setCommands_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, TelemetryCountDto>> commands) -
setCommands
-
metrics
-
putMetricsItem
-
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
-
getMetrics_JsonNullable
public org.openapitools.jackson.nullable.JsonNullable<Map<String,TelemetryCountDto>> getMetrics_JsonNullable() -
setMetrics_JsonNullable
public void setMetrics_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<Map<String, TelemetryCountDto>> metrics) -
setMetrics
-
webapps
-
addWebappsItem
-
getWebapps
The webapps enabled in this installation of Camunda.- Returns:
- webapps
-
getWebapps_JsonNullable
-
setWebapps_JsonNullable
-
setWebapps
-
jdk
-
getJdk
Get jdk- Returns:
- jdk
-
setJdk
-
dataCollectionStartDate
-
getDataCollectionStartDate
The date when the engine started to collect dynamic data, such as command executions and metrics. If telemetry sending is enabled, dynamic data resets on sending the data to Camunda. Dynamic data and the date returned by this method are reset in three cases: engine startup, after engine start when sending telemetry data to Camunda is enabled via API, after sending telemetry data to Camunda (only when this was enabled) The date is in the format <code>YYYY-MM-DD'T'HH:mm:ss.SSSZ</code>.- Returns:
- dataCollectionStartDate
-
setDataCollectionStartDate
-
equals
-
hashCode
public int hashCode() -
toString
-
toUrlQueryString
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-