Class FieldLookup
java.lang.Object
co.elastic.clients.elasticsearch._types.query_dsl.FieldLookup
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class FieldLookup extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFieldLookup.BuilderBuilder forFieldLookup. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FieldLookup>_DESERIALIZERJson deserializer forFieldLookup -
Method Summary
Modifier and Type Method Description java.lang.Stringid()Required - API name:idjava.lang.Stringindex()API name:indexstatic FieldLookupof(java.util.function.Function<FieldLookup.Builder,ObjectBuilder<FieldLookup>> fn)java.lang.Stringpath()API name:pathjava.lang.Stringrouting()API name:routingvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFieldLookupDeserializer(ObjectDeserializer<FieldLookup.Builder> op)java.lang.StringtoString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forFieldLookup
-
-
Method Details
-
of
public static FieldLookup of(java.util.function.Function<FieldLookup.Builder,ObjectBuilder<FieldLookup>> fn) -
id
public final java.lang.String id()Required - API name:id -
index
@Nullable public final java.lang.String index()API name:index -
path
@Nullable public final java.lang.String path()API name:path -
routing
@Nullable public final java.lang.String routing()API name:routing -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
setupFieldLookupDeserializer
-