Class AroundPrecision
- java.lang.Object
-
- com.algolia.search.models.indexing.AroundPrecision
-
- All Implemented Interfaces:
Serializable
public class AroundPrecision extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AroundPrecision()AroundPrecision(long from, long value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetFrom()longgetValue()AroundPrecisionsetFrom(long from)AroundPrecisionsetValue(long value)
-
-
-
Method Detail
-
getFrom
public long getFrom()
-
setFrom
public AroundPrecision setFrom(long from)
-
getValue
public long getValue()
-
setValue
public AroundPrecision setValue(long value)
-
-