Class OpenPointInTimeResponse
java.lang.Object
co.elastic.clients.elasticsearch.core.OpenPointInTimeResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class OpenPointInTimeResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<OpenPointInTimeResponse>
Json deserializer forOpenPointInTimeResponse
-
Method Summary
Modifier and TypeMethodDescriptionfinal String
id()
Required - API name:id
static OpenPointInTimeResponse
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
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forOpenPointInTimeResponse
-
-
Method Details
-
of
public static OpenPointInTimeResponse of(Function<OpenPointInTimeResponse.Builder, ObjectBuilder<OpenPointInTimeResponse>> fn) -
id
Required - API name:id
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupOpenPointInTimeResponseDeserializer
protected static void setupOpenPointInTimeResponseDeserializer(ObjectDeserializer<OpenPointInTimeResponse.Builder> op)
-