Class NearObjectArgument
- java.lang.Object
-
- io.weaviate.client.v1.graphql.query.argument.NearObjectArgument
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNearObjectArgument.NearObjectArgumentBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringbuild()static NearObjectArgument.NearObjectArgumentBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetBeacon()FloatgetCertainty()FloatgetDistance()StringgetId()String[]getTargetVectors()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static NearObjectArgument.NearObjectArgumentBuilder builder()
-
getId
public String getId()
-
getBeacon
public String getBeacon()
-
getCertainty
public Float getCertainty()
-
getDistance
public Float getDistance()
-
getTargetVectors
public String[] getTargetVectors()
-
canEqual
protected boolean canEqual(Object other)
-
-