Class LaunchRule
-
- All Implemented Interfaces:
-
com.adobe.marketing.mobile.rulesengine.Rule
public final class LaunchRule implements Rule
The data class representing the given Evaluable and a list of RuleConsequence objects.
-
-
Field Summary
Fields Modifier and Type Field Description private final Evaluableconditionprivate final List<RuleConsequence>consequenceList
-
Constructor Summary
Constructors Constructor Description LaunchRule(Evaluable condition, List<RuleConsequence> consequenceList)Constructs a new LaunchRule
-
Method Summary
Modifier and Type Method Description final EvaluablegetCondition()an object of Evaluable final List<RuleConsequence>getConsequenceList()a list of RuleConsequence objects EvaluablegetEvaluable()-
-
Constructor Detail
-
LaunchRule
LaunchRule(Evaluable condition, List<RuleConsequence> consequenceList)
Constructs a new LaunchRule
-
-
Method Detail
-
getCondition
final Evaluable getCondition()
an object of Evaluable
-
getConsequenceList
final List<RuleConsequence> getConsequenceList()
a list of RuleConsequence objects
-
getEvaluable
Evaluable getEvaluable()
-
-
-
-