Package ai.extend.types
Class ConditionalExtractStepRunStep
- java.lang.Object
-
- ai.extend.types.ConditionalExtractStepRunStep
-
- All Implemented Interfaces:
IWorkflowStepBase
public final class ConditionalExtractStepRunStep extends java.lang.Object implements IWorkflowStepBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceConditionalExtractStepRunStep._FinalStagestatic classConditionalExtractStepRunStep.Builderstatic interfaceConditionalExtractStepRunStep.IdStagestatic interfaceConditionalExtractStepRunStep.NameStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConditionalExtractStepRunStep.IdStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetId()java.lang.StringgetName()java.lang.StringgetObject()java.util.Optional<java.lang.String>getType()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getObject
public java.lang.String getObject()
- Specified by:
getObjectin interfaceIWorkflowStepBase- Returns:
- The type of object. In this case, it will always be
"workflow_step".
-
getId
public java.lang.String getId()
- Specified by:
getIdin interfaceIWorkflowStepBase- Returns:
- The ID of the workflow step.
Example:
"step_xKm9pNv3qWsY_jL2tR5Dh"
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfaceIWorkflowStepBase- Returns:
- The name of the workflow step.
Example:
"Validate Invoice Total"
-
getType
public java.util.Optional<java.lang.String> getType()
- Returns:
- The type of workflow step. Will always be
"CONDITIONAL_EXTRACT"for this step run type.
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static ConditionalExtractStepRunStep.IdStage builder()
-
-