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 classOpenPointInTimeResponse.BuilderBuilder forOpenPointInTimeResponse. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<OpenPointInTimeResponse>_DESERIALIZERJson 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.Stringid()Required - API name:idvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupOpenPointInTimeResponseDeserializer(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:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupOpenPointInTimeResponseDeserializer
protected static void setupOpenPointInTimeResponseDeserializer(DelegatingDeserializer<OpenPointInTimeResponse.Builder> op)
-