Package io.weaviate.client.v1.data.model
Class SingleRef
- java.lang.Object
-
- io.weaviate.client.v1.data.model.SingleRef
-
public class SingleRef extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSingleRef.SingleRefBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SingleRef.SingleRefBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetBeacon()ReferenceMetaClassificationgetClassification()StringgetClazz()StringgetHref()Map<String,Object>getSchema()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static SingleRef.SingleRefBuilder builder()
-
getClazz
public String getClazz()
-
getBeacon
public String getBeacon()
-
getClassification
public ReferenceMetaClassification getClassification()
-
getHref
public String getHref()
-
canEqual
protected boolean canEqual(Object other)
-
-