Class BatchDeleteResponse.Results
- java.lang.Object
-
- technology.semi.weaviate.client.v1.batch.model.BatchDeleteResponse.Results
-
- Enclosing class:
- BatchDeleteResponse
public static class BatchDeleteResponse.Results extends Object
-
-
Constructor Summary
Constructors Constructor Description Results()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetFailed()LonggetLimit()LonggetMatches()BatchDeleteResponse.ResultObject[]getObjects()LonggetSuccessful()voidsetFailed(Long failed)voidsetLimit(Long limit)voidsetMatches(Long matches)voidsetObjects(BatchDeleteResponse.ResultObject[] objects)voidsetSuccessful(Long successful)StringtoString()
-
-
-
Method Detail
-
getMatches
public Long getMatches()
-
getLimit
public Long getLimit()
-
getSuccessful
public Long getSuccessful()
-
getFailed
public Long getFailed()
-
getObjects
public BatchDeleteResponse.ResultObject[] getObjects()
-
setMatches
public void setMatches(Long matches)
-
setLimit
public void setLimit(Long limit)
-
setSuccessful
public void setSuccessful(Long successful)
-
setFailed
public void setFailed(Long failed)
-
setObjects
public void setObjects(BatchDeleteResponse.ResultObject[] objects)
-
-