Package com.atlan.model.workflow
Class PlaybookActionSchema
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.PlaybookActionSchema
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPlaybookActionSchema.PlaybookActionSchemaBuilder<C extends PlaybookActionSchema,B extends PlaybookActionSchema.PlaybookActionSchemaBuilder<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
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic PlaybookActionSchema.PlaybookActionSchemaBuilder<?, ?> builder()protected booleanbooleanAttribute on which to take the action.Specific action to take on the attribute.getValue()Value to apply through the action.inthashCode()toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
PlaybookActionSchema
-
-
Method Details
-
builder
-
toBuilder
-
getOperand
Attribute on which to take the action. -
getOperator
Specific action to take on the attribute. -
getValue
Value to apply through the action. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-