Package ai.extend.types
Interface RuleValidationResultRulesItem.ValidStage
-
- All Known Implementing Classes:
RuleValidationResultRulesItem.Builder
- Enclosing class:
- RuleValidationResultRulesItem
public static interface RuleValidationResultRulesItem.ValidStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RuleValidationResultRulesItem._FinalStagevalid(boolean valid)Indicates whether this validation rule passed or not.
-
-
-
Method Detail
-
valid
RuleValidationResultRulesItem._FinalStage valid(boolean valid)
Indicates whether this validation rule passed or not. This field will be
trueonly if the formula evaluates totrue. If the rule's formula is array valued, then this field will only betrueif the formula evaluates totruefor every item in the array.
-
-