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

org.webpieces.elasticsearch.queries.Should Maven / Gradle / Ivy

package org.webpieces.elasticsearch.queries;

import java.util.List;

public class Should {
    private List term;

    public List getTerm() {
        return term;
    }

    public void setTerm(List term) {
        this.term = term;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy