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
Modifier and TypeClassDescriptionstatic class
PlaybookActionSchema.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
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlaybookActionSchema.PlaybookActionSchemaBuilder<?,
?> builder()
protected boolean
boolean
Attribute on which to take the action.Specific action to take on the attribute.getValue()
Value to apply through the action.int
hashCode()
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:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-