Package com.atlan.model.workflow
Class PlaybookActionConfig
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.PlaybookActionConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
PlaybookActionConfig.PlaybookActionConfigBuilder<C extends PlaybookActionConfig,
B extends PlaybookActionConfig.PlaybookActionConfigBuilder<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 PlaybookActionConfig.PlaybookActionConfigBuilder<?,
?> builder()
protected boolean
boolean
Details of the Atlan tag(s) to apply, for bulk-Atlan tag actions.Filename for the template being output.Whether to replace all Atlan tags (true) or none (false).Whether to replace all custom metadata (true) or none (false).Base64-encoded jinja template detailing the action.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
PlaybookActionConfig
-
-
Method Details
-
builder
-
toBuilder
-
getReplaceAtlanTags
Whether to replace all Atlan tags (true) or none (false). -
getReplaceCustomMetadata
Whether to replace all custom metadata (true) or none (false). -
getOutputFilename
Filename for the template being output. -
getTemplate
Base64-encoded jinja template detailing the action. -
getAtlanTagsConfig
Details of the Atlan tag(s) to apply, for bulk-Atlan tag actions. -
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
-