
com.unbxd.client.search.response.BucketResult Maven / Gradle / Ivy
package com.unbxd.client.search.response;
import java.util.List;
import java.util.Map;
/**
* Created with IntelliJ IDEA.
* User: sourabh
* Date: 08/07/14
* Time: 11:01 AM
* To change this template use File | Settings | File Templates.
*/
public class BucketResult {
private int _totalResultsCount;
private SearchResults _results;
protected BucketResult(Map params){
this._totalResultsCount = (Integer) params.get("numberOfProducts");
this._results = new SearchResults((List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy