Class OpenPointInTimeResponse
java.lang.Object
co.elastic.clients.elasticsearch._core.OpenPointInTimeResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class OpenPointInTimeResponse extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OpenPointInTimeResponse.Builder
Builder forOpenPointInTimeResponse
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<OpenPointInTimeResponse>
_DESERIALIZER
Json deserializer forOpenPointInTimeResponse
-
Constructor Summary
Constructors Constructor Description OpenPointInTimeResponse(OpenPointInTimeResponse.Builder builder)
OpenPointInTimeResponse(java.util.function.Function<OpenPointInTimeResponse.Builder,OpenPointInTimeResponse.Builder> fn)
-
Method Summary
Modifier and Type Method Description java.lang.String
id()
Required - API name:id
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
setupOpenPointInTimeResponseDeserializer(DelegatingDeserializer<OpenPointInTimeResponse.Builder> op)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forOpenPointInTimeResponse
-
-
Constructor Details
-
OpenPointInTimeResponse
-
OpenPointInTimeResponse
public OpenPointInTimeResponse(java.util.function.Function<OpenPointInTimeResponse.Builder,OpenPointInTimeResponse.Builder> fn)
-
-
Method Details
-
id
public java.lang.String id()Required - API name:id
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupOpenPointInTimeResponseDeserializer
protected static void setupOpenPointInTimeResponseDeserializer(DelegatingDeserializer<OpenPointInTimeResponse.Builder> op)
-