Package org.bremersee.keycloak.api.model
Class WorkflowStepRepresentation
java.lang.Object
org.bremersee.keycloak.api.model.WorkflowStepRepresentation
@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 WorkflowStepRepresentation
extends Object
WorkflowStepRepresentation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAfter()Get afterGet configgetId()Get idGet scheduledAt@Valid StepExecutionStatusGet statusgetUses()Get usesinthashCode()putConfigItem(String key, List<String> configItem) scheduledAt(Long scheduledAt) voidvoidvoidvoidsetScheduledAt(Long scheduledAt) voidsetStatus(StepExecutionStatus status) voidstatus(StepExecutionStatus status) toString()
-
Constructor Details
-
WorkflowStepRepresentation
public WorkflowStepRepresentation()
-
-
Method Details
-
uses
-
getUses
Get uses- Returns:
- uses
-
setUses
-
after
-
getAfter
Get after- Returns:
- after
-
setAfter
-
scheduledAt
-
getScheduledAt
Get scheduledAt- Returns:
- scheduledAt
-
setScheduledAt
-
status
-
getStatus
Get status- Returns:
- status
-
setStatus
-
id
-
getId
Get id- Returns:
- id
-
setId
-
config
-
putConfigItem
-
getConfig
Get config- Returns:
- config
-
setConfig
-
equals
-
hashCode
public int hashCode() -
toString
-