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
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<OpenPointInTimeResponse>Json deserializer forOpenPointInTimeResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal Stringid()Required - API name:idstatic OpenPointInTimeResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal ShardStatisticsshards()Required - Shards used to create the PITtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forOpenPointInTimeResponse
-
-
Method Details
-
of
public static OpenPointInTimeResponse of(Function<OpenPointInTimeResponse.Builder, ObjectBuilder<OpenPointInTimeResponse>> fn) -
shards
Required - Shards used to create the PITAPI name:
_shards -
id
Required - API name:id -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupOpenPointInTimeResponseDeserializer
protected static void setupOpenPointInTimeResponseDeserializer(ObjectDeserializer<OpenPointInTimeResponse.Builder> op)
-