Package com.configcat
Class SegmentCondition
- java.lang.Object
-
- com.configcat.SegmentCondition
-
public class SegmentCondition extends java.lang.ObjectDescribes a condition that is based on a segment.
-
-
Constructor Summary
Constructors Constructor Description SegmentCondition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSegmentComparator()The operator which defines the expected result of the evaluation of the segment.intgetSegmentIndex()The index of the segment that the condition is based on.
-