Package io.camunda.client.protocol.rest
Class JobMetricsConfigurationResponse
java.lang.Object
io.camunda.client.protocol.rest.JobMetricsConfigurationResponse
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class JobMetricsConfigurationResponse
extends Object
Configuration for job metrics collection and export.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexportInterval(String exportInterval) Whether job metrics export is enabled.The interval at which job metrics are exported, as an ISO 8601 duration.The maximum length of the job type used in job metrics labels.The maximum length of the tenant ID used in job metrics labels.The maximum number of unique metric keys tracked for job metrics.The maximum length of the worker name used in job metrics labels.inthashCode()maxJobTypeLength(Integer maxJobTypeLength) maxTenantIdLength(Integer maxTenantIdLength) maxUniqueKeys(Integer maxUniqueKeys) maxWorkerNameLength(Integer maxWorkerNameLength) voidsetEnabled(Boolean enabled) voidsetExportInterval(String exportInterval) voidsetMaxJobTypeLength(Integer maxJobTypeLength) voidsetMaxTenantIdLength(Integer maxTenantIdLength) voidsetMaxUniqueKeys(Integer maxUniqueKeys) voidsetMaxWorkerNameLength(Integer maxWorkerNameLength) toString()
-
Field Details
-
JSON_PROPERTY_ENABLED
- See Also:
-
JSON_PROPERTY_EXPORT_INTERVAL
- See Also:
-
JSON_PROPERTY_MAX_WORKER_NAME_LENGTH
- See Also:
-
JSON_PROPERTY_MAX_JOB_TYPE_LENGTH
- See Also:
-
JSON_PROPERTY_MAX_TENANT_ID_LENGTH
- See Also:
-
JSON_PROPERTY_MAX_UNIQUE_KEYS
- See Also:
-
-
Constructor Details
-
JobMetricsConfigurationResponse
public JobMetricsConfigurationResponse()
-
-
Method Details
-
enabled
-
getEnabled
Whether job metrics export is enabled.- Returns:
- enabled
-
setEnabled
-
exportInterval
-
getExportInterval
The interval at which job metrics are exported, as an ISO 8601 duration.- Returns:
- exportInterval
-
setExportInterval
-
maxWorkerNameLength
-
getMaxWorkerNameLength
The maximum length of the worker name used in job metrics labels.- Returns:
- maxWorkerNameLength
-
setMaxWorkerNameLength
-
maxJobTypeLength
-
getMaxJobTypeLength
The maximum length of the job type used in job metrics labels.- Returns:
- maxJobTypeLength
-
setMaxJobTypeLength
-
maxTenantIdLength
-
getMaxTenantIdLength
The maximum length of the tenant ID used in job metrics labels.- Returns:
- maxTenantIdLength
-
setMaxTenantIdLength
-
maxUniqueKeys
-
getMaxUniqueKeys
The maximum number of unique metric keys tracked for job metrics.- Returns:
- maxUniqueKeys
-
setMaxUniqueKeys
-
equals
-
hashCode
public int hashCode() -
toString
-