Class DeleteCollectionBackupAPI.BackupDeletionResponseBody
- java.lang.Object
-
- org.apache.solr.jersey.SolrJerseyResponse
-
- org.apache.solr.jersey.AsyncJerseyResponse
-
- org.apache.solr.jersey.SubResponseAccumulatingJerseyResponse
-
- org.apache.solr.handler.admin.api.DeleteCollectionBackupAPI.BackupDeletionResponseBody
-
- All Implemented Interfaces:
org.apache.solr.common.MapSerializable
,org.apache.solr.common.MapWriter
,org.apache.solr.common.NavigableObject
,JacksonReflectMapWriter
,org.noggit.JSONWriter.Writable
- Enclosing class:
- DeleteCollectionBackupAPI
public static class DeleteCollectionBackupAPI.BackupDeletionResponseBody extends SubResponseAccumulatingJerseyResponse
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.solr.jersey.SolrJerseyResponse
SolrJerseyResponse.ResponseHeader
-
-
Field Summary
Fields Modifier and Type Field Description String
collection
List<CreateCollectionBackupAPI.BackupDeletionData>
deleted
-
Fields inherited from class org.apache.solr.jersey.SubResponseAccumulatingJerseyResponse
failedSubResponsesByNodeName, successfulSubResponsesByNodeName, warning
-
Fields inherited from class org.apache.solr.jersey.AsyncJerseyResponse
requestId
-
Fields inherited from class org.apache.solr.jersey.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description BackupDeletionResponseBody()
-
-
-
Field Detail
-
collection
public String collection
-
deleted
public List<CreateCollectionBackupAPI.BackupDeletionData> deleted
-
-