Package io.split.client.dtos
Class Condition
- java.lang.Object
-
- io.split.client.dtos.Condition
-
public class Condition extends Object
A single condition in the the name. If the condition is fulfilled, the partitions are used.- Author:
- adil
-
-
Field Summary
Fields Modifier and Type Field Description ConditionTypeconditionTypeStringlabelMatcherGroupmatcherGroupList<Partition>partitions
-
Constructor Summary
Constructors Constructor Description Condition()
-
-
-
Field Detail
-
conditionType
public ConditionType conditionType
-
matcherGroup
public MatcherGroup matcherGroup
-
label
public String label
-
-