Package io.weaviate.client.v1.filters
Class WhereFilter.GeoDistance
- java.lang.Object
-
- io.weaviate.client.v1.filters.WhereFilter.GeoDistance
-
- Enclosing class:
- WhereFilter
public static class WhereFilter.GeoDistance extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWhereFilter.GeoDistance.GeoDistanceBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WhereFilter.GeoDistance.GeoDistanceBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)FloatgetMax()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static WhereFilter.GeoDistance.GeoDistanceBuilder builder()
-
getMax
public Float getMax()
-
canEqual
protected boolean canEqual(Object other)
-
-