public class DatasetOccurrenceDownloadUsage extends Object implements Serializable
Constructor and Description |
---|
DatasetOccurrenceDownloadUsage() |
Modifier and Type | Method and Description |
---|---|
String |
getDatasetCitation()
Dataset citation at the moment when the download was created.
|
DOI |
getDatasetDOI()
Dataset DOI at the moment when the download was created.
|
@NotNull UUID |
getDatasetKey()
Dataset key.
|
String |
getDatasetTitle()
Dataset title at the moment when the download was created.
|
Download |
getDownload() |
@NotNull String |
getDownloadKey()
Occurrence download key.
|
@NotNull long |
getNumberRecords()
Number of records that the dataset has provided to the occurrence download.
|
String |
getPublishingCountryCode() |
void |
setDatasetCitation(String datasetCitation) |
void |
setDatasetDOI(DOI datasetDOI) |
void |
setDatasetKey(UUID datasetKey) |
void |
setDatasetTitle(String datasetTitle) |
void |
setDownload(Download download) |
void |
setDownloadKey(String downloadKey) |
void |
setNumberRecords(long numberOfRecords) |
void |
setPublishingCountryCode(String publishingCountryCode) |
public DatasetOccurrenceDownloadUsage()
@NotNull public @NotNull UUID getDatasetKey()
public Download getDownload()
@NotNull public @NotNull String getDownloadKey()
@NotNull public @NotNull long getNumberRecords()
public String getDatasetTitle()
public DOI getDatasetDOI()
public String getDatasetCitation()
public void setDatasetKey(UUID datasetKey)
public void setDownload(Download download)
public void setDownloadKey(String downloadKey)
public void setNumberRecords(long numberOfRecords)
public void setDatasetTitle(String datasetTitle)
public void setDatasetDOI(DOI datasetDOI)
public void setDatasetCitation(String datasetCitation)
public String getPublishingCountryCode()
public void setPublishingCountryCode(String publishingCountryCode)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.