Class CheckInResponse
java.lang.Object
co.elastic.clients.elasticsearch.connector.CheckInResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<CheckInResponse>Json deserializer forCheckInResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic CheckInResponsefinal Resultresult()Required - API name:resultvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forCheckInResponse
-
-
Method Details
-
of
public static CheckInResponse of(Function<CheckInResponse.Builder, ObjectBuilder<CheckInResponse>> fn) -
result
Required - API name:result -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupCheckInResponseDeserializer
protected static void setupCheckInResponseDeserializer(ObjectDeserializer<CheckInResponse.Builder> op)
-