Package ai.vectros.types
Class RecordLookupResponse
java.lang.Object
ai.vectros.types.RecordLookupResponse
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic RecordLookupResponse.Builderbuilder()booleangetData()inthashCode()toString()
-
Method Details
-
getData
- Returns:
- The records matched by this lookup, in lookup order (ascending by field value for range and prefix lookups; lookup-key order for exact-match lookups).
-
getNextCursor
- Returns:
- Opaque cursor for the next page. Pass it back as the
startFromparameter to continue. Null when there are no more results. Treat it as opaque — do not parse or construct it.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-