public class RestoreSnapshotResponse extends java.lang.Object implements SnapshotResponse
Constructor and Description |
---|
RestoreSnapshotResponse(java.lang.String snapshotName,
java.lang.String[] indexNames,
int totalShards,
int successfulShards) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getIndexNames() |
java.lang.String |
getSnapshotName() |
int |
getSuccessfulShards() |
int |
getTotalShards() |