Class NestedSortValue
java.lang.Object
co.elastic.clients.elasticsearch._types.NestedSortValue
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class NestedSortValue extends java.lang.Object implements JsonpSerializable
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
NestedSortValue.Builder
Builder forNestedSortValue
. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NestedSortValue>
_DESERIALIZER
Json deserializer forNestedSortValue
-
Method Summary
Modifier and Type Method Description Query
filter()
API name:filter
java.lang.Integer
maxChildren()
API name:max_children
NestedSortValue
nested()
API name:nested
static NestedSortValue
of(java.util.function.Function<NestedSortValue.Builder,ObjectBuilder<NestedSortValue>> fn)
java.lang.String
path()
Required - API name:path
void
serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
Serialize this object to JSON.protected void
serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
protected static void
setupNestedSortValueDeserializer(ObjectDeserializer<NestedSortValue.Builder> op)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forNestedSortValue
-
-
Method Details
-
of
public static NestedSortValue of(java.util.function.Function<NestedSortValue.Builder,ObjectBuilder<NestedSortValue>> fn) -
filter
API name:filter
-
maxChildren
@Nullable public final java.lang.Integer maxChildren()API name:max_children
-
nested
API name:nested
-
path
public final java.lang.String path()Required - API name:path
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
setupNestedSortValueDeserializer
protected static void setupNestedSortValueDeserializer(ObjectDeserializer<NestedSortValue.Builder> op)
-