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

public class PointsGetResponse extends AbstractResponse
  • Constructor Details

    • PointsGetResponse

      public PointsGetResponse()
  • Method Details

    • getResult

      public List<Record> getResult()
    • setResult

      public PointsGetResponse setResult(List<Record> result)
    • first

      public Record first()
      Return the first point record from the results.
      Returns:
      Null of no records are listed, otherwise the first record.