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

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

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

import java.util.List;

/**
 * A single condition in the the name. If the condition is fulfilled,
 * the partitions are used.
 *
 * @author adil
 */
public class Condition {
    public ConditionType conditionType;
    public MatcherGroup matcherGroup;
    public List partitions;
    public String label;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy