Class BatchDeleteResponse
- java.lang.Object
-
- io.weaviate.client.v1.batch.model.BatchDeleteResponse
-
public class BatchDeleteResponse extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBatchDeleteResponse.Errorstatic classBatchDeleteResponse.Errorsstatic classBatchDeleteResponse.Matchstatic classBatchDeleteResponse.ResultObjectstatic classBatchDeleteResponse.Results
-
Constructor Summary
Constructors Constructor Description BatchDeleteResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetDryRun()BatchDeleteResponse.MatchgetMatch()StringgetOutput()BatchDeleteResponse.ResultsgetResults()voidsetDryRun(Boolean dryRun)voidsetMatch(BatchDeleteResponse.Match match)voidsetOutput(String output)voidsetResults(BatchDeleteResponse.Results results)StringtoString()
-
-
-
Method Detail
-
getMatch
public BatchDeleteResponse.Match getMatch()
-
getOutput
public String getOutput()
-
getDryRun
public Boolean getDryRun()
-
getResults
public BatchDeleteResponse.Results getResults()
-
setMatch
public void setMatch(BatchDeleteResponse.Match match)
-
setOutput
public void setOutput(String output)
-
setDryRun
public void setDryRun(Boolean dryRun)
-
setResults
public void setResults(BatchDeleteResponse.Results results)
-
-