public class IngestionProcess extends Object
Constructor and Description |
---|
IngestionProcess() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getAttempt() |
DatasetProcessStatus |
getCrawlInfo() |
UUID |
getDatasetKey() |
String |
getDatasetTitle() |
Set<PipelineExecution> |
getPipelineExecutions() |
int |
hashCode() |
IngestionProcess |
setAttempt(int attempt) |
IngestionProcess |
setCrawlInfo(DatasetProcessStatus crawlInfo) |
IngestionProcess |
setDatasetKey(UUID datasetKey) |
IngestionProcess |
setDatasetTitle(String datasetTitle) |
IngestionProcess |
setPipelineExecutions(Set<PipelineExecution> pipelineExecutions) |
public IngestionProcess()
public UUID getDatasetKey()
public IngestionProcess setDatasetKey(UUID datasetKey)
public String getDatasetTitle()
public IngestionProcess setDatasetTitle(String datasetTitle)
public int getAttempt()
public IngestionProcess setAttempt(int attempt)
public DatasetProcessStatus getCrawlInfo()
public IngestionProcess setCrawlInfo(DatasetProcessStatus crawlInfo)
public Set<PipelineExecution> getPipelineExecutions()
public IngestionProcess setPipelineExecutions(Set<PipelineExecution> pipelineExecutions)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.