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

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

The newest version!
package io.split.client.dtos;

import java.util.Map;

public class EvaluationOptions {
    private Map _properties;

    public EvaluationOptions(Map properties) {
        _properties = properties;
    }
    public Map getProperties() {
        return _properties;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy