Package com.atlan.model.workflow
Class PlaybookRule
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.workflow.PlaybookRule
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
PlaybookRule.PlaybookRuleBuilder<C extends PlaybookRule,
B extends PlaybookRule.PlaybookRuleBuilder<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
-
Method Summary
Modifier and TypeMethodDescriptionstatic PlaybookRule.PlaybookRuleBuilder<?,
?> builder()
protected boolean
boolean
Actions to apply to the matching assets.UI-based form of the actions to apply on the matching assets.Configuration of the search filter for the rule.UI-based form of the search filter for the rule.getName()
Human-readable name of the rule.getType()
Type of rule.int
hashCode()
toString()
Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
PlaybookRule
-
-
Method Details
-
builder
-
toBuilder
-
getName
Human-readable name of the rule. -
getType
Type of rule. -
getConfig
Configuration of the search filter for the rule. -
getFilterSchema
UI-based form of the search filter for the rule. -
getActions
Actions to apply to the matching assets. -
getActionsUISchema
UI-based form of the actions to apply on the matching assets. -
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
-