Class CoreSnapshotAPI.ListSnapshotsResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.handler.admin.api.CoreSnapshotAPI.ListSnapshotsResponse
-
- All Implemented Interfaces:
ReflectWritable
- Enclosing class:
- CoreSnapshotAPI
public static class CoreSnapshotAPI.ListSnapshotsResponse extends SolrJerseyResponse
The Response forCoreSnapshotAPI
'sCoreSnapshotAPI.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,CoreSnapshotAPI.SnapshotInformation>
snapshots
-
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,CoreSnapshotAPI.SnapshotInformation> snapshots
-
-