Class BulkResponse
java.lang.Object
co.elastic.clients.elasticsearch.monitoring.BulkResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<BulkResponse>Json deserializer forBulkResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal ErrorCauseerror()API name:errorfinal booleanerrors()Required - True if there is was an errorfinal booleanignored()Required - Was collection disabled?static BulkResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal longtook()Required - API name:tooktoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forBulkResponse
-
-
Method Details
-
of
-
error
API name:error -
errors
public final boolean errors()Required - True if there is was an errorAPI name:
errors -
ignored
public final boolean ignored()Required - Was collection disabled?API name:
ignored -
took
public final long took()Required - API name:took -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupBulkResponseDeserializer
-