All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.split.client.dtos.Matcher Maven / Gradle / Ivy

There is a newer version: 4.13.0
Show newest version
package io.split.client.dtos;

/**
 * A leaf class representing a matcher.
 *
 * @author adil
 */
public class Matcher {
    public KeySelector keySelector;
    public MatcherType matcherType;
    public boolean negate;
    public UserDefinedSegmentMatcherData userDefinedSegmentMatcherData;
    public WhitelistMatcherData whitelistMatcherData;
    public UnaryNumericMatcherData unaryNumericMatcherData;
    public BetweenMatcherData betweenMatcherData;
    public DependencyMatcherData dependencyMatcherData;
    public Boolean booleanMatcherData;
    public String stringMatcherData;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy