Class SnapshotStatusResponse
java.lang.Object
co.elastic.clients.elasticsearch.snapshot.SnapshotStatusResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class SnapshotStatusResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<SnapshotStatusResponse>Json deserializer forSnapshotStatusResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic SnapshotStatusResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidRequired - API name:snapshotstoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forSnapshotStatusResponse
-
-
Method Details
-
of
public static SnapshotStatusResponse of(Function<SnapshotStatusResponse.Builder, ObjectBuilder<SnapshotStatusResponse>> fn) -
snapshots
Required - API name:snapshots -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupSnapshotStatusResponseDeserializer
protected static void setupSnapshotStatusResponseDeserializer(ObjectDeserializer<SnapshotStatusResponse.Builder> op)
-