Package io.weaviate.client.v1.data.model
Class ObjectReference
- java.lang.Object
-
- io.weaviate.client.v1.data.model.ObjectReference
-
public class ObjectReference extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classObjectReference.ObjectReferenceBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ObjectReference.ObjectReferenceBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetBeacon()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static ObjectReference.ObjectReferenceBuilder builder()
-
getBeacon
public String getBeacon()
-
canEqual
protected boolean canEqual(Object other)
-
-