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 TypeMethodDescriptionbooleanintintinthashCode()voidsetAttempt(int attempt) voidsetDatasetKey(UUID datasetKey) voidsetExecutionKey(int executionKey) voidsetPipelinesVersion(String pipelinesVersion) voidsetRerunReason(String rerunReason) voidsetStepFinished(LocalDateTime stepFinished) voidsetStepStarted(LocalDateTime stepStarted) voidsetStepState(String stepState) voidsetStepType(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
-