Class WorkflowConcurrencyRepresentation

java.lang.Object
org.bremersee.keycloak.api.model.WorkflowConcurrencyRepresentation

@Generated(value="org.openapitools.codegen.languages.SpringCodegen", date="2026-08-17T22:28:47.079753199+02:00[Europe/Berlin]", comments="Generator version: 7.24.0") public class WorkflowConcurrencyRepresentation extends Object
WorkflowConcurrencyRepresentation
  • Constructor Details

    • WorkflowConcurrencyRepresentation

      public WorkflowConcurrencyRepresentation()
  • Method Details

    • cancelInProgress

      public WorkflowConcurrencyRepresentation cancelInProgress(@Nullable String cancelInProgress)
    • getCancelInProgress

      @Nullable public String getCancelInProgress()
      Get cancelInProgress
      Returns:
      cancelInProgress
    • setCancelInProgress

      public void setCancelInProgress(@Nullable String cancelInProgress)
    • restartInProgress

      public WorkflowConcurrencyRepresentation restartInProgress(@Nullable String restartInProgress)
    • getRestartInProgress

      @Nullable public String getRestartInProgress()
      Get restartInProgress
      Returns:
      restartInProgress
    • setRestartInProgress

      public void setRestartInProgress(@Nullable String restartInProgress)
    • 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