Class BulkResponse
java.lang.Object
co.elastic.clients.elasticsearch.monitoring.BulkResponse
- All Implemented Interfaces:
- JsonpSerializable
- See Also:
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<BulkResponse>Json deserializer forBulkResponse
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forBulkResponse
 
- 
- 
Method Details- 
of
- 
errorAPI name:error
- 
errorspublic final boolean errors()Required - True if there is was an errorAPI name: errors
- 
ignoredpublic final boolean ignored()Required - Was collection disabled?API name: ignored
- 
tookpublic final long took()Required - API name:took
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupBulkResponseDeserializer
 
-