public class CollectionsSearchResponse extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CollectionsSearchResponse.Match |
Constructor and Description |
---|
CollectionsSearchResponse() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCode() |
Country |
getCountry() |
String |
getInstitutionCode() |
UUID |
getInstitutionKey() |
String |
getInstitutionName() |
UUID |
getKey() |
Country |
getMailingCountry() |
Set<CollectionsSearchResponse.Match> |
getMatches() |
String |
getName() |
String |
getType() |
int |
hashCode() |
boolean |
isDisplayOnNHCPortal() |
void |
setCode(String code) |
void |
setCountry(Country country) |
void |
setDisplayOnNHCPortal(boolean displayOnNHCPortal) |
void |
setInstitutionCode(String institutionCode) |
void |
setInstitutionKey(UUID institutionKey) |
void |
setInstitutionName(String institutionName) |
void |
setKey(UUID key) |
void |
setMailingCountry(Country mailingCountry) |
void |
setMatches(Set<CollectionsSearchResponse.Match> matches) |
void |
setName(String name) |
void |
setType(String type) |
public CollectionsSearchResponse()
public UUID getInstitutionKey()
public void setInstitutionKey(UUID institutionKey)
public String getInstitutionCode()
public void setInstitutionCode(String institutionCode)
public String getInstitutionName()
public void setInstitutionName(String institutionName)
public boolean isDisplayOnNHCPortal()
public void setDisplayOnNHCPortal(boolean displayOnNHCPortal)
public Country getCountry()
public void setCountry(Country country)
public Country getMailingCountry()
public void setMailingCountry(Country mailingCountry)
public Set<CollectionsSearchResponse.Match> getMatches()
public void setMatches(Set<CollectionsSearchResponse.Match> matches)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.