Package com.configcat

Class PrerequisiteFlagCondition


  • public class PrerequisiteFlagCondition
    extends java.lang.Object
    Describes a condition that is based on a prerequisite flag.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getPrerequisiteComparator()
      The operator which defines the relation between the evaluated value of the prerequisite flag and the comparison value.
      java.lang.String getPrerequisiteFlagKey()
      The key of the prerequisite flag that the condition is based on.
      SettingValue getValue()
      The value that the evaluated value of the prerequisite flag is compared to.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PrerequisiteFlagCondition

        public PrerequisiteFlagCondition()
    • 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, Integer or Double.