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
Modifier and TypeClassDescriptionstatic class
PlaybookRuleConfig.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
ModifierConstructorDescriptionprotected
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlaybookRuleConfig.PlaybookRuleConfigBuilder<?,
?> builder()
protected boolean
boolean
Whether to exclude scrubbed assets (true) or include them (false).getQuery()
Search to run to filter results for the actions.int
hashCode()
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:
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
-