Package com.configcat
Class Segment
- java.lang.Object
-
- com.configcat.Segment
-
public class Segment extends java.lang.ObjectConfigCat segment.
-
-
Constructor Summary
Constructors Constructor Description Segment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetName()The name of the segment.UserCondition[]getSegmentRules()The list of segment rule conditions (where there is a logical AND relation between the items).
-
-
-
Method Detail
-
getName
public java.lang.String getName()
The name of the segment.
-
getSegmentRules
public UserCondition[] getSegmentRules()
The list of segment rule conditions (where there is a logical AND relation between the items).
-
-