Class Distinct
- java.lang.Object
-
- com.algolia.search.models.settings.Distinct
-
- All Implemented Interfaces:
CompoundType,Serializable
public abstract class Distinct extends Object implements Serializable, CompoundType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Distinct()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)abstract ObjectgetInsideValue()inthashCode()static Distinctof(Boolean bool)static Distinctof(Integer integer)
-
-
-
Method Detail
-
getInsideValue
public abstract Object getInsideValue()
- Specified by:
getInsideValuein interfaceCompoundType
-
-