Class BatchDeleteResponse.Errors
- java.lang.Object
-
- io.weaviate.client.v1.batch.model.BatchDeleteResponse.Errors
-
- Enclosing class:
- BatchDeleteResponse
public static class BatchDeleteResponse.Errors extends Object
-
-
Constructor Summary
Constructors Constructor Description Errors()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)BatchDeleteResponse.Error[]getError()inthashCode()voidsetError(BatchDeleteResponse.Error[] error)StringtoString()
-
-
-
Method Detail
-
getError
public BatchDeleteResponse.Error[] getError()
-
setError
public void setError(BatchDeleteResponse.Error[] error)
-
canEqual
protected boolean canEqual(Object other)
-
-