Class RestoreResponse
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.RestoreResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<RestoreResponse>
Json deserializer forRestoreResponse
-
Method Summary
Modifier and TypeMethodDescriptionfinal Boolean
accepted()
API name:accepted
static RestoreResponse
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
final SnapshotRestore
snapshot()
API name:snapshot
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forRestoreResponse
-
-
Method Details
-
of
public static RestoreResponse of(Function<RestoreResponse.Builder, ObjectBuilder<RestoreResponse>> fn) -
accepted
API name:accepted
-
snapshot
API name:snapshot
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRestoreResponseDeserializer
protected static void setupRestoreResponseDeserializer(ObjectDeserializer<RestoreResponse.Builder> op)
-