Class Bucket
java.lang.Object
com.amazonaws.services.cloudsearchdomain.model.Bucket
- All Implemented Interfaces:
Serializable, Cloneable
A container for facet information.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleangetCount()The number of hits that contain the facet value in the specified facet field.getValue()The facet value being counted.inthashCode()voidThe number of hits that contain the facet value in the specified facet field.voidThe facet value being counted.toString()Returns a string representation of this object; useful for testing and debugging.The number of hits that contain the facet value in the specified facet field.The facet value being counted.
-
Constructor Details
-
Bucket
public Bucket()
-
-
Method Details
-
setValue
The facet value being counted.
- Parameters:
value- The facet value being counted.
-
getValue
-
withValue
-
setCount
The number of hits that contain the facet value in the specified facet field.
- Parameters:
count- The number of hits that contain the facet value in the specified facet field.
-
getCount
The number of hits that contain the facet value in the specified facet field.
- Returns:
- The number of hits that contain the facet value in the specified facet field.
-
withCount
The number of hits that contain the facet value in the specified facet field.
- Parameters:
count- The number of hits that contain the facet value in the specified facet field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
-