Class IdPath
java.lang.Object
co.elastic.clients.elasticsearch.esql.IdPath
- All Implemented Interfaces:
JsonpSerializable
The
_id meta-field of a dataset mapping.- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<IdPath>Json deserializer forIdPath -
Method Summary
Modifier and TypeMethodDescriptionstatic IdPathfinal Stringpath()Required - The name of the column that provides the document identity.rebuild()voidserialize(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 forIdPath
-
-
Method Details
-
of
-
path
Required - The name of the column that provides the document identity.API name:
path -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
rebuild
- Returns:
- New
IdPath.Builderinitialized with field values of this instance
-
setupIdPathDeserializer
-