Class LookupResult
java.lang.Object
org.gbif.api.model.collections.lookup.LookupResult
Result of a collections lookup that contains the institution and collections matches found.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAlternativeMatches
(AlternativeMatches alternativeMatches) void
setCollectionMatch
(Match<CollectionMatched> collectionMatch) void
setInstitutionMatch
(Match<InstitutionMatched> institutionMatch)
-
Constructor Details
-
LookupResult
public LookupResult()
-
-
Method Details
-
getInstitutionMatch
-
setInstitutionMatch
-
getCollectionMatch
-
setCollectionMatch
-
getAlternativeMatches
-
setAlternativeMatches
-