Package org.alfresco.search.model
Class ResultBucketsBuckets
- java.lang.Object
-
- org.alfresco.search.model.ResultBucketsBuckets
-
@Validated public class ResultBucketsBuckets extends Object
ResultBucketsBuckets
-
-
Constructor Summary
Constructors Constructor Description ResultBucketsBuckets()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultBucketsBucketscount(Integer count)ResultBucketsBucketsdisplay(Object display)booleanequals(Object o)ResultBucketsBucketsfilterQuery(String filterQuery)IntegergetCount()The count for the bucketObjectgetDisplay()An optional field for additional display informationStringgetFilterQuery()The filter query you can use to apply this facetStringgetLabel()The bucket labelinthashCode()ResultBucketsBucketslabel(String label)voidsetCount(Integer count)voidsetDisplay(Object display)voidsetFilterQuery(String filterQuery)voidsetLabel(String label)StringtoString()
-
-
-
Method Detail
-
label
public ResultBucketsBuckets label(String label)
-
getLabel
public String getLabel()
The bucket label- Returns:
- label
-
setLabel
public void setLabel(String label)
-
filterQuery
public ResultBucketsBuckets filterQuery(String filterQuery)
-
getFilterQuery
public String getFilterQuery()
The filter query you can use to apply this facet- Returns:
- filterQuery
-
setFilterQuery
public void setFilterQuery(String filterQuery)
-
count
public ResultBucketsBuckets count(Integer count)
-
getCount
public Integer getCount()
The count for the bucket- Returns:
- count
-
setCount
public void setCount(Integer count)
-
display
public ResultBucketsBuckets display(Object display)
-
getDisplay
public Object getDisplay()
An optional field for additional display information- Returns:
- display
-
setDisplay
public void setDisplay(Object display)
-
-