Package com.configcat

Class Segment


  • public class Segment
    extends java.lang.Object
    ConfigCat segment.
    • Constructor Summary

      Constructors 
      Constructor Description
      Segment()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      The name of the segment.
      UserCondition[] getSegmentRules()
      The list of segment rule conditions (where there is a logical AND relation between the items).
      • Methods inherited from class java.lang.Object

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

      • Segment

        public Segment()
    • 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).