Package com.atlan.model.structs
Class AppWorkflowRunStep
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.AppWorkflowRunStep
- All Implemented Interfaces:
Serializable
@Generated("com.atlan.generators.ModelGeneratorV2")
public class AppWorkflowRunStep
extends AtlanStruct
A step within a workflow execution.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
AppWorkflowRunStep.AppWorkflowRunStepBuilder<C extends AppWorkflowRunStep,
B extends AppWorkflowRunStep.AppWorkflowRunStepBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.structs.AtlanStruct
AtlanStruct.AtlanStructBuilder<C extends AtlanStruct,
B extends AtlanStruct.AtlanStructBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,
B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic AppWorkflowRunStep.AppWorkflowRunStepBuilder
<?, ?> builder()
protected boolean
boolean
Timestamp when the step finished execution.Name describing the step's group.Results and metrics produced by this step.Timestamp when the step began execution.Current execution state of this workflow step.Fixed typeName for AppWorkflowRunStep.int
hashCode()
static AppWorkflowRunStep
of
(String appWorkflowRunLabel, AppWorkflowRunStatus appWorkflowRunStatus, Long appWorkflowRunStartedAt, Long appWorkflowRunCompletedAt, Map<String, String> appWorkflowRunOutputs) Quickly create a new AppWorkflowRunStep.toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
AppWorkflowRunStep
-
-
Method Details
-
of
public static AppWorkflowRunStep of(String appWorkflowRunLabel, AppWorkflowRunStatus appWorkflowRunStatus, Long appWorkflowRunStartedAt, Long appWorkflowRunCompletedAt, Map<String, String> appWorkflowRunOutputs) Quickly create a new AppWorkflowRunStep.- Parameters:
appWorkflowRunLabel
- Name describing the step's group.appWorkflowRunStatus
- Current execution state of this workflow step.appWorkflowRunStartedAt
- Timestamp when the step began execution.appWorkflowRunCompletedAt
- Timestamp when the step finished execution.appWorkflowRunOutputs
- Results and metrics produced by this step.- Returns:
- a AppWorkflowRunStep with the provided information
-
builder
-
toBuilder
-
getAppWorkflowRunLabel
Name describing the step's group. -
getAppWorkflowRunStatus
Current execution state of this workflow step. -
getAppWorkflowRunStartedAt
Timestamp when the step began execution. -
getAppWorkflowRunCompletedAt
Timestamp when the step finished execution. -
getAppWorkflowRunOutputs
Results and metrics produced by this step. -
equals
- Overrides:
equals
in classAtlanStruct
-
canEqual
- Overrides:
canEqual
in classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanStruct
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-
getTypeName
Fixed typeName for AppWorkflowRunStep.- Overrides:
getTypeName
in classAtlanStruct
-