Class BatchReference
- java.lang.Object
-
- io.weaviate.client.v1.batch.model.BatchReference
-
public class BatchReference extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchReference.BatchReferenceBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchReference.BatchReferenceBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetFrom()StringgetTenant()StringgetTo()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static BatchReference.BatchReferenceBuilder builder()
-
getFrom
public String getFrom()
-
getTo
public String getTo()
-
getTenant
public String getTenant()
-
canEqual
protected boolean canEqual(Object other)
-
-