Package com.configcat
Class PrerequisiteFlagCondition
- java.lang.Object
-
- com.configcat.PrerequisiteFlagCondition
-
public class PrerequisiteFlagCondition extends java.lang.ObjectDescribes a condition that is based on a prerequisite flag.
-
-
Constructor Summary
Constructors Constructor Description PrerequisiteFlagCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPrerequisiteComparator()The operator which defines the relation between the evaluated value of the prerequisite flag and the comparison value.java.lang.StringgetPrerequisiteFlagKey()The key of the prerequisite flag that the condition is based on.SettingValuegetValue()The value that the evaluated value of the prerequisite flag is compared to.
-
-
-
Method Detail
-
getPrerequisiteFlagKey
public java.lang.String getPrerequisiteFlagKey()
The key of the prerequisite flag that the condition is based on.
-
getPrerequisiteComparator
public int getPrerequisiteComparator()
The operator which defines the relation between the evaluated value of the prerequisite flag and the comparison value.
-
getValue
public SettingValue getValue()
The value that the evaluated value of the prerequisite flag is compared to. Can be a value of the following types:Boolean,String,IntegerorDouble.
-
-