Package io.split.client.dtos
Class ExcludedSegments
- java.lang.Object
-
- io.split.client.dtos.ExcludedSegments
-
public class ExcludedSegments extends Object
-
-
Constructor Summary
Constructors Constructor Description ExcludedSegments()ExcludedSegments(String type, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSegmentName()booleanisRuleBased()booleanisStandard()
-
-
-
Method Detail
-
isStandard
public boolean isStandard()
-
isRuleBased
public boolean isRuleBased()
-
getSegmentName
public String getSegmentName()
-
-