Class BatchReferenceResponse
- java.lang.Object
-
- io.weaviate.client.v1.batch.model.BatchReferenceResponse
-
public class BatchReferenceResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchReferenceResponse.BatchReferenceResponseBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static BatchReferenceResponse.BatchReferenceResponseBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetFrom()BatchReferenceResponseAO1ResultgetResult()StringgetTo()inthashCode()StringtoString()
-
-
-
Method Detail
-
builder
public static BatchReferenceResponse.BatchReferenceResponseBuilder builder()
-
getFrom
public String getFrom()
-
getTo
public String getTo()
-
getResult
public BatchReferenceResponseAO1Result getResult()
-
canEqual
protected boolean canEqual(Object other)
-
-