Class VertexInclude
java.lang.Object
co.elastic.clients.elasticsearch.graph.VertexInclude
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class VertexInclude extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVertexInclude.BuilderBuilder forVertexInclude. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<VertexInclude>_DESERIALIZERJson deserializer forVertexInclude -
Constructor Summary
Constructors Constructor Description VertexInclude(VertexInclude.Builder builder)VertexInclude(java.util.function.Function<VertexInclude.Builder,VertexInclude.Builder> fn) -
Method Summary
Modifier and Type Method Description doubleboost()Required - API name:boostvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupVertexIncludeDeserializer(DelegatingDeserializer<VertexInclude.Builder> op)java.lang.Stringterm()Required - API name:termMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forVertexInclude
-
-
Constructor Details
-
VertexInclude
-
VertexInclude
-
-
Method Details
-
boost
public double boost()Required - API name:boost -
term
public java.lang.String term()Required - API name:term -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupVertexIncludeDeserializer
protected static void setupVertexIncludeDeserializer(DelegatingDeserializer<VertexInclude.Builder> op)
-