Package ai.vectros.types
Class BatchLookupResult
java.lang.Object
ai.vectros.types.BatchLookupResult
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getRef
- Returns:
- The correlation id echoed from the lookup input that produced this result.
-
getStatus
- Returns:
- The outcome for this lookup.
resolvedmeans exactly one match;not_foundmeans no match;ambiguousmeans the field is not unique and matched more than one record.
-
getData
- Returns:
- The matched records. Empty unless
statusisresolved(one record) orambiguous(more than one).
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-