Class Payload
java.lang.Object
io.metaloom.qdrant.client.http.model.point.Payload
- All Implemented Interfaces:
RestModel
-
Constructor Details
-
Payload
public Payload()
-
-
Method Details
-
getJson
public com.fasterxml.jackson.databind.JsonNode getJson() -
setJson
-
text
- Throws:
JsonException
-
number
- Throws:
JsonException
-
bool
- Throws:
JsonException
-
of
Construct a new payload using the provided JSON string.- Parameters:
json-- Returns:
- Throws:
com.fasterxml.jackson.core.JacksonException
-