Class JobErrorStatisticsItemImpl
java.lang.Object
io.camunda.client.impl.statistics.response.JobErrorStatisticsItemImpl
- All Implemented Interfaces:
JobErrorStatisticsItem
-
Constructor Summary
ConstructorsConstructorDescriptionJobErrorStatisticsItemImpl(String errorCode, String errorMessage, int workers) -
Method Summary
-
Constructor Details
-
JobErrorStatisticsItemImpl
-
-
Method Details
-
getErrorCode
Description copied from interface:JobErrorStatisticsItemReturns the error code identifier.- Specified by:
getErrorCodein interfaceJobErrorStatisticsItem- Returns:
- the error code
-
getErrorMessage
Description copied from interface:JobErrorStatisticsItemReturns the error message.- Specified by:
getErrorMessagein interfaceJobErrorStatisticsItem- Returns:
- the error message
-
getWorkers
public int getWorkers()Description copied from interface:JobErrorStatisticsItemReturns the number of distinct workers that encountered this error.- Specified by:
getWorkersin interfaceJobErrorStatisticsItem- Returns:
- the worker count
-
hashCode
public int hashCode() -
equals
-
toString
-