public class SearchForFacetResponse extends Object implements Serializable
| Constructor and Description |
|---|
SearchForFacetResponse() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getExhaustiveFacetsCount() |
List<FacetHit> |
getFacetHits() |
Integer |
getProcessingTimeMS() |
SearchForFacetResponse |
setExhaustiveFacetsCount(Boolean exhaustiveFacetsCount) |
SearchForFacetResponse |
setFacetHits(List<FacetHit> facetHits) |
SearchForFacetResponse |
setProcessingTimeMS(Integer processingTimeMS) |
public SearchForFacetResponse setFacetHits(List<FacetHit> facetHits)
public Boolean getExhaustiveFacetsCount()
public SearchForFacetResponse setExhaustiveFacetsCount(Boolean exhaustiveFacetsCount)
public Integer getProcessingTimeMS()
public SearchForFacetResponse setProcessingTimeMS(Integer processingTimeMS)
Copyright © 2019. All rights reserved.