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

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

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

/**
 * Metadata to support the between matcher.
 *
 * @author adil
 */
public class BetweenMatcherData {
    public DataType dataType;
    public long start;
    public long end;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy