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