Package org.gbif.api.model.pipelines.ws
Class SearchResult
java.lang.Object
org.gbif.api.model.pipelines.ws.SearchResult
- All Implemented Interfaces:
Serializable
Models a flat response of a pipeline process search.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
int
int
int
hashCode()
void
setAttempt
(int attempt) void
setDatasetKey
(UUID datasetKey) void
setExecutionKey
(int executionKey) void
setPipelinesVersion
(String pipelinesVersion) void
setRerunReason
(String rerunReason) void
setStepFinished
(LocalDateTime stepFinished) void
setStepStarted
(LocalDateTime stepStarted) void
setStepState
(String stepState) void
setStepType
(String stepType)
-
Constructor Details
-
SearchResult
public SearchResult()
-
-
Method Details
-
getDatasetKey
-
setDatasetKey
-
getAttempt
-
setAttempt
-
getExecutionKey
-
setExecutionKey
-
getRerunReason
-
setRerunReason
-
getStepType
-
setStepType
-
getStepState
-
setStepState
-
getPipelinesVersion
-
setPipelinesVersion
-
getStepStarted
-
setStepStarted
-
getStepFinished
-
setStepFinished
-
equals
-
hashCode
-