Package com.configcat

Class SegmentCondition


  • public class SegmentCondition
    extends java.lang.Object
    Describes a condition that is based on a segment.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getSegmentComparator()
      The operator which defines the expected result of the evaluation of the segment.
      int getSegmentIndex()
      The index of the segment that the condition is based on.
      • Methods inherited from class java.lang.Object

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

      • SegmentCondition

        public SegmentCondition()
    • Method Detail

      • getSegmentIndex

        public int getSegmentIndex()
        The index of the segment that the condition is based on.
      • getSegmentComparator

        public int getSegmentComparator()
        The operator which defines the expected result of the evaluation of the segment.