public class SemanticRefinementResults
extends java.lang.Object
Constructor and Description |
---|
SemanticRefinementResults() |
Modifier and Type | Method and Description |
---|---|
SemanticRefinementConfig |
getConfig() |
java.util.List<SemanticRefinementItem> |
getItems() |
long |
getNumberOfRecords() |
long |
getTotalCount() |
void |
setConfig(SemanticRefinementConfig config) |
void |
setItems(java.util.List<SemanticRefinementItem> items) |
void |
setNumberOfRecords(long numberOfRecords) |
void |
setTotalCount(long totalCount) |
public long getTotalCount()
public void setTotalCount(long totalCount)
public java.util.List<SemanticRefinementItem> getItems()
public void setItems(java.util.List<SemanticRefinementItem> items)
public long getNumberOfRecords()
public void setNumberOfRecords(long numberOfRecords)
public SemanticRefinementConfig getConfig()
public void setConfig(SemanticRefinementConfig config)
Copyright 2003, 2014, Oracle and/or its affiliates. All rights reserved.