Package io.camunda.client.protocol.rest
Class JobErrorStatisticsItem
java.lang.Object
io.camunda.client.protocol.rest.JobErrorStatisticsItem
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class JobErrorStatisticsItem
extends Object
Aggregated error metrics for a single error type and message combination.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanerrorMessage(String errorMessage) The error code identifier.The error message.Number of distinct workers that encountered this error.inthashCode()voidsetErrorCode(String errorCode) voidsetErrorMessage(String errorMessage) voidsetWorkers(Integer workers) toString()
-
Field Details
-
JSON_PROPERTY_ERROR_CODE
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_WORKERS
- See Also:
-
-
Constructor Details
-
JobErrorStatisticsItem
public JobErrorStatisticsItem()
-
-
Method Details
-
errorCode
-
getErrorCode
The error code identifier.- Returns:
- errorCode
-
setErrorCode
-
errorMessage
-
getErrorMessage
The error message.- Returns:
- errorMessage
-
setErrorMessage
-
workers
-
getWorkers
Number of distinct workers that encountered this error.- Returns:
- workers
-
setWorkers
-
equals
-
hashCode
public int hashCode() -
toString
-