Class Vertex
java.lang.Object
co.elastic.clients.elasticsearch.graph.Vertex
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<Vertex>Json deserializer forVertex -
Method Summary
Modifier and TypeMethodDescriptionfinal longdepth()Required - API name:depthfinal Stringfield()Required - API name:fieldstatic Vertexvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidfinal Stringterm()Required - API name:termtoString()final doubleweight()Required - API name:weight
-
Field Details
-
_DESERIALIZER
Json deserializer forVertex
-
-
Method Details
-
of
-
depth
public final long depth()Required - API name:depth -
field
Required - API name:field -
term
Required - API name:term -
weight
public final double weight()Required - API name:weight -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupVertexDeserializer
-