Class PointInTimeReference
java.lang.Object
org.opensearch.client.opensearch._global.search.PointInTimeReference
- All Implemented Interfaces:
ToJsonp
public final class PointInTimeReference extends java.lang.Object implements ToJsonp
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPointInTimeReference.BuilderBuilder forPointInTimeReference. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<PointInTimeReference>DESERIALIZERJson deserializer for PointInTimeReference -
Constructor Summary
Constructors Modifier Constructor Description protectedPointInTimeReference(PointInTimeReference.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.Stringid()API name:idjakarta.json.JsonValuekeepAlive()API name:keep_aliveprotected static voidsetupPointInTimeReferenceDeserializer(DelegatingDeserializer<PointInTimeReference.Builder> op)voidtoJsonp(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidtoJsonpInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
Field Details
-
DESERIALIZER
Json deserializer for PointInTimeReference
-
-
Constructor Details
-
Method Details
-
id
public java.lang.String id()API name:id -
keepAlive
@Nullable public jakarta.json.JsonValue keepAlive()API name:keep_alive -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupPointInTimeReferenceDeserializer
protected static void setupPointInTimeReferenceDeserializer(DelegatingDeserializer<PointInTimeReference.Builder> op)
-