Class MultiGetError
java.lang.Object
org.opensearch.client.opensearch.core.mget.MultiGetError
- All Implemented Interfaces:
JsonpSerializable,PlainJsonSerializable
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<MultiGetError> Json deserializer forMultiGetError -
Method Summary
Modifier and TypeMethodDescriptionfinal ErrorCauseerror()Required - API name:errorfinal Stringid()Required - API name:_idfinal Stringindex()Required - API name:_indexstatic MultiGetErrorvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opensearch.client.json.PlainJsonSerializable
toJsonString
-
Field Details
-
_DESERIALIZER
Json deserializer forMultiGetError
-
-
Method Details
-
of
-
error
Required - API name:error -
id
Required - API name:_id -
index
Required - API name:_index -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupMultiGetErrorDeserializer
-