Class NestedSortValue
- java.lang.Object
-
- org.opensearch.client.opensearch._types.NestedSortValue
-
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class NestedSortValue extends java.lang.Object implements JsonpSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNestedSortValue.BuilderBuilder forNestedSortValue.
-
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<NestedSortValue>_DESERIALIZERJson deserializer forNestedSortValue
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Queryfilter()API name:filterjava.lang.IntegermaxChildren()API name:max_childrenNestedSortValuenested()API name:nestedstatic NestedSortValueof(java.util.function.Function<NestedSortValue.Builder,ObjectBuilder<NestedSortValue>> fn)java.lang.Stringpath()Required - API name:pathvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupNestedSortValueDeserializer(ObjectDeserializer<NestedSortValue.Builder> op)
-
-
-
Field Detail
-
_DESERIALIZER
public static final JsonpDeserializer<NestedSortValue> _DESERIALIZER
Json deserializer forNestedSortValue
-
-
Method Detail
-
of
public static NestedSortValue of(java.util.function.Function<NestedSortValue.Builder,ObjectBuilder<NestedSortValue>> fn)
-
filter
@Nullable public final Query filter()
API name:filter
-
maxChildren
@Nullable public final java.lang.Integer maxChildren()
API name:max_children
-
nested
@Nullable public final NestedSortValue nested()
API name:nested
-
path
public final java.lang.String path()
Required - API name:path
-
serialize
public void serialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
protected void serializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)
-
setupNestedSortValueDeserializer
protected static void setupNestedSortValueDeserializer(ObjectDeserializer<NestedSortValue.Builder> op)
-
-