Package org.gbif.api.model.pipelines.ws
Class PipelineProcessParameters
- java.lang.Object
-
- org.gbif.api.model.pipelines.ws.PipelineProcessParameters
-
- All Implemented Interfaces:
Serializable
public class PipelineProcessParameters extends Object implements Serializable
Class to send the parameters of aPipelineProcess
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PipelineProcessParameters()
PipelineProcessParameters(UUID datasetKey, int attempt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAttempt()
UUID
getDatasetKey()
void
setAttempt(int attempt)
void
setDatasetKey(UUID datasetKey)
-
-
-
Constructor Detail
-
PipelineProcessParameters
public PipelineProcessParameters()
-
PipelineProcessParameters
public PipelineProcessParameters(UUID datasetKey, int attempt)
-
-
Method Detail
-
getDatasetKey
public UUID getDatasetKey()
-
setDatasetKey
public void setDatasetKey(UUID datasetKey)
-
getAttempt
public int getAttempt()
-
setAttempt
public void setAttempt(int attempt)
-
-