Class SnapshotRestore
java.lang.Object
org.opensearch.client.opensearch.snapshot.restore.SnapshotRestore
- All Implemented Interfaces:
ToJsonp
public final class SnapshotRestore extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSnapshotRestore.BuilderBuilder forSnapshotRestore. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<SnapshotRestore>DESERIALIZERJson deserializer for SnapshotRestore -
Constructor Summary
Constructors Modifier Constructor Description protectedSnapshotRestore(SnapshotRestore.Builder builder) -
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>indices()API name:indicesprotected static voidsetupSnapshotRestoreDeserializer(DelegatingDeserializer<SnapshotRestore.Builder> op)ShardStatisticsshards()API name:shardsjava.lang.Stringsnapshot()API name:snapshotvoidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for SnapshotRestore
-
-
Constructor Details
-
Method Details
-
indices
public java.util.List<java.lang.String> indices()API name:indices -
snapshot
public java.lang.String snapshot()API name:snapshot -
shards
API name:shards -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupSnapshotRestoreDeserializer
protected static void setupSnapshotRestoreDeserializer(DelegatingDeserializer<SnapshotRestore.Builder> op)
-