Class PointsGetResponse
java.lang.Object
io.metaloom.qdrant.client.http.model.AbstractResponse
io.metaloom.qdrant.client.http.model.point.PointsGetResponse
- All Implemented Interfaces:
RestModel,RestResponse
-
Constructor Details
-
PointsGetResponse
public PointsGetResponse()
-
-
Method Details
-
getResult
-
setResult
-
first
Return the first point record from the results.- Returns:
- Null of no records are listed, otherwise the first record.
-