com.algolia.search.models.indexing.QueryMatch Maven / Gradle / Ivy
The newest version!
package com.algolia.search.models.indexing;
import java.util.List;
public class QueryMatch {
public List getAlternatives() {
return alternatives;
}
public QueryMatch setAlternatives(List alternatives) {
this.alternatives = alternatives;
return this;
}
private List alternatives;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy