Class ListCollectionSnapshotsAPI.ListSnapshotsResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.client.api.model.AsyncJerseyResponse
-
- org.apache.solr.handler.admin.api.ListCollectionSnapshotsAPI.ListSnapshotsResponse
-
- All Implemented Interfaces:
ReflectWritable
- Enclosing class:
- ListCollectionSnapshotsAPI
public static class ListCollectionSnapshotsAPI.ListSnapshotsResponse extends AsyncJerseyResponse
The Response forListCollectionSnapshotsAPI
'sListCollectionSnapshotsAPI.listSnapshots(String)
-
-
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 Map<String,CollectionSnapshotMetaData>
snapshots
-
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 ListSnapshotsResponse()
-
-
-
Field Detail
-
snapshots
public Map<String,CollectionSnapshotMetaData> snapshots
-
-