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 Booleanaccepted()API name:acceptedstatic RestoreResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal SnapshotRestoresnapshot()API name:snapshottoString()
-
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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupRestoreResponseDeserializer
protected static void setupRestoreResponseDeserializer(ObjectDeserializer<RestoreResponse.Builder> op)
-