Package io.camunda.client.protocol.rest
Class IncidentProcessInstanceStatisticsByErrorResult
java.lang.Object
io.camunda.client.protocol.rest.IncidentProcessInstanceStatisticsByErrorResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.23.0")
public class IncidentProcessInstanceStatisticsByErrorResult
extends Object
IncidentProcessInstanceStatisticsByErrorResult
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionactiveInstancesWithErrorCount(Long activeInstancesWithErrorCount) booleanerrorHashCode(Integer errorHashCode) errorMessage(String errorMessage) The number of active process instances that currently have an active incident with this error.The hash code identifying a specific incident error..The error message associated with the incident error hash code.inthashCode()voidsetActiveInstancesWithErrorCount(Long activeInstancesWithErrorCount) voidsetErrorHashCode(Integer errorHashCode) voidsetErrorMessage(String errorMessage) toString()
-
Field Details
-
JSON_PROPERTY_ERROR_HASH_CODE
- See Also:
-
JSON_PROPERTY_ERROR_MESSAGE
- See Also:
-
JSON_PROPERTY_ACTIVE_INSTANCES_WITH_ERROR_COUNT
- See Also:
-
-
Constructor Details
-
IncidentProcessInstanceStatisticsByErrorResult
public IncidentProcessInstanceStatisticsByErrorResult()
-
-
Method Details
-
errorHashCode
-
getErrorHashCode
The hash code identifying a specific incident error..- Returns:
- errorHashCode
-
setErrorHashCode
-
errorMessage
-
getErrorMessage
The error message associated with the incident error hash code.- Returns:
- errorMessage
-
setErrorMessage
-
activeInstancesWithErrorCount
public IncidentProcessInstanceStatisticsByErrorResult activeInstancesWithErrorCount(@Nonnull Long activeInstancesWithErrorCount) -
getActiveInstancesWithErrorCount
The number of active process instances that currently have an active incident with this error.- Returns:
- activeInstancesWithErrorCount
-
setActiveInstancesWithErrorCount
-
equals
-
hashCode
public int hashCode() -
toString
-