Class QueryResponse

java.lang.Object
com.vaadin.uitest.model.vectordb.QueryResponse

public class QueryResponse extends Object
  • Constructor Details

    • QueryResponse

      public QueryResponse()
  • Method Details

    • getMatches

      public List<Match> getMatches()
    • setMatches

      public void setMatches(List<Match> matches)