Package com.atlan.model.workflow
Class PlaybookRuleConfig
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.PlaybookRuleConfig
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classPlaybookRuleConfig.PlaybookRuleConfigBuilder<C extends PlaybookRuleConfig,B extends PlaybookRuleConfig.PlaybookRuleConfigBuilder<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 PlaybookRuleConfig.PlaybookRuleConfigBuilder<?, ?> builder()protected booleanbooleanWhether to exclude scrubbed assets (true) or include them (false).getQuery()Search to run to filter results for the actions.inthashCode()toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
PlaybookRuleConfig
-
-
Method Details
-
builder
-
toBuilder
-
getQuery
Search to run to filter results for the actions. -
getFilterScrubbed
Whether to exclude scrubbed assets (true) or include them (false). -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-