Class IncidentResolutionRequest

java.lang.Object
io.camunda.client.protocol.rest.IncidentResolutionRequest

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.23.0") public class IncidentResolutionRequest extends Object
IncidentResolutionRequest
  • Field Details

  • Constructor Details

    • IncidentResolutionRequest

      public IncidentResolutionRequest()
  • Method Details

    • operationReference

      public IncidentResolutionRequest operationReference(@Nullable Long operationReference)
    • getOperationReference

      @Nullable public Long getOperationReference()
      A reference key chosen by the user that will be part of all records resulting from this operation. Must be > 0 if provided. minimum: 1
      Returns:
      operationReference
    • setOperationReference

      public void setOperationReference(@Nullable Long operationReference)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object