Class DatasetSuggestResult
- java.lang.Object
-
- org.gbif.api.model.registry.search.DatasetSuggestResult
-
public class DatasetSuggestResult extends Object
The dataset search model object for suggest searches of datasets.
-
-
Constructor Summary
Constructors Constructor Description DatasetSuggestResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDescription()
UUID
getKey()
DatasetSubtype
getSubtype()
String
getTitle()
DatasetType
getType()
int
hashCode()
void
setDescription(String description)
void
setKey(UUID key)
void
setSubtype(DatasetSubtype subtype)
void
setTitle(String title)
void
setType(DatasetType type)
String
toString()
-
-
-
Constructor Detail
-
DatasetSuggestResult
public DatasetSuggestResult()
-
-
Method Detail
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getType
public DatasetType getType()
-
setType
public void setType(DatasetType type)
-
getSubtype
public DatasetSubtype getSubtype()
-
setSubtype
public void setSubtype(DatasetSubtype subtype)
-
-