public class SearchResult extends Object implements Serializable
Constructor and Description |
---|
SearchResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
int |
getAttempt() |
UUID |
getDatasetKey() |
int |
getExecutionKey() |
String |
getPipelinesVersion() |
String |
getRerunReason() |
LocalDateTime |
getStepFinished() |
LocalDateTime |
getStepStarted() |
String |
getStepState() |
String |
getStepType() |
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) |
public SearchResult()
public UUID getDatasetKey()
public void setDatasetKey(UUID datasetKey)
public int getAttempt()
public void setAttempt(int attempt)
public int getExecutionKey()
public void setExecutionKey(int executionKey)
public String getRerunReason()
public void setRerunReason(String rerunReason)
public String getStepType()
public void setStepType(String stepType)
public String getStepState()
public void setStepState(String stepState)
public String getPipelinesVersion()
public void setPipelinesVersion(String pipelinesVersion)
public LocalDateTime getStepStarted()
public void setStepStarted(LocalDateTime stepStarted)
public LocalDateTime getStepFinished()
public void setStepFinished(LocalDateTime stepFinished)
Copyright © 2024 Global Biodiversity Information Facility (GBIF). All rights reserved.