Class OpenPointInTimeResponse
java.lang.Object
org.opensearch.client.opensearch._global.OpenPointInTimeResponse
- All Implemented Interfaces:
ToJsonp
public final class OpenPointInTimeResponse extends java.lang.Object implements ToJsonp
-
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 for OpenPointInTimeResponse -
Constructor Summary
Constructors Modifier Constructor Description protectedOpenPointInTimeResponse(OpenPointInTimeResponse.Builder builder) -
Method Summary
Modifier and Type Method Description java.lang.Stringid()API name:idprotected static voidsetupOpenPointInTimeResponseDeserializer(DelegatingDeserializer<OpenPointInTimeResponse.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 OpenPointInTimeResponse
-
-
Constructor Details
-
Method Details
-
id
public java.lang.String id()API name:id -
toJsonp
Serialize this object to JSON. -
toJsonpInternal
-
setupOpenPointInTimeResponseDeserializer
protected static void setupOpenPointInTimeResponseDeserializer(DelegatingDeserializer<OpenPointInTimeResponse.Builder> op)
-