Package org.apache.solr.client.api.model
Class BackupDeletionResponseBody
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.client.api.model.AsyncJerseyResponse
-
- org.apache.solr.client.api.model.SubResponseAccumulatingJerseyResponse
-
- org.apache.solr.client.api.model.BackupDeletionResponseBody
-
- All Implemented Interfaces:
ReflectWritable
public class BackupDeletionResponseBody extends SubResponseAccumulatingJerseyResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
SolrJerseyResponse.ResponseHeader
-
-
Field Summary
Fields Modifier and Type Field Description String
collection
List<BackupDeletionData>
deleted
-
Fields inherited from class org.apache.solr.client.api.model.SubResponseAccumulatingJerseyResponse
failedSubResponsesByNodeName, successfulSubResponsesByNodeName, warning
-
Fields inherited from class org.apache.solr.client.api.model.AsyncJerseyResponse
requestId
-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description BackupDeletionResponseBody()
-
-
-
Field Detail
-
collection
public String collection
-
deleted
public List<BackupDeletionData> deleted
-
-