Package org.apache.solr.client.api.model
Class DeleteCollectionSnapshotResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.client.api.model.AsyncJerseyResponse
-
- org.apache.solr.client.api.model.DeleteCollectionSnapshotResponse
-
- All Implemented Interfaces:
ReflectWritable
public class DeleteCollectionSnapshotResponse extends AsyncJerseyResponse
-
-
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
boolean
followAliases
String
snapshotName
-
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 DeleteCollectionSnapshotResponse()
-