Package de.dlr.proseo.model.rest.model
Klasse RestJobStep
java.lang.Object
de.dlr.proseo.model.rest.model.RestJobStep
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The configured processor used to create the output productprotected Long
The persistent id of this objectThe input product types required for processingprotected Boolean
The failed state of the job stepprotected Long
The persistend id of the job this job step belongs toprotected String
The filename of the Job Order file in the associated processing facilityprotected JobStepState
The currenet status of the job stepprotected String
Job step name generated from the job step id (not part of data model)protected Long
The id of the orderprotected String
The identifier of the orderprotected List
<RestParameter> A set of parameters to set for the generated products.protected Long
The id of the output product of this job stepprotected String
The product type of the output product of this job stepprotected Date
The completion time of the processing jobprotected String
The processing mode to run the processor(s) inprotected Date
The start time of the processing jobprotected String
The standard error output of the processing jobprotected String
The standard output of the processing job(Package privat) static final long
protected StderrLogLevel
The log level of stderrprotected StdoutLogLevel
The log level of stdoutprotected Long
A version identifier to track updates to the object (especially to detect concurrent update attempts) -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new RestJobStep.RestJobStep
(Long id, Long version, String name, Long jobId, JobStepState jobStepState, List<RestParameter> outputParameters, String processingMode, List<String> inputProductClasses, String outputProductClass, Long outputProduct, String configuredProcessor, Date processingStartTime, Date processingCompletionTime, StdoutLogLevel stdoutLogLevel, StderrLogLevel stderrLogLevel, String processingStdOut, String processingStdErr, Boolean isFailed, String jobOrderFilename, Long orderId, String orderIdentifier) Creates a new RestJobStep. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Returns the configuredProcessor.getId()
Returns the id.Returns the inputProductClasses.@NotNull Boolean
Returns the isFailed.@NotNull Long
getJobId()
Returns the jobId.Returns the jobOrderFilename.@NotNull @Valid JobStepState
Returns the jobStepState.getName()
Returns the name.Returns the orderId.Returns the orderIdentifier.@NotNull @Valid List
<RestParameter> Returns the outputParameters.Returns the outputProduct.@NotNull String
Returns the outputProductClass.Returns the processingCompletionTime.@NotNull String
Returns the processingMode.Returns the processingStartTime.Returns the processingStdErr.Returns the processingStdOut.@Valid StderrLogLevel
Returns the stderrLogLevel.@Valid StdoutLogLevel
Returns the stdoutLogLevel.Returns the version.int
hashCode()
void
setConfiguredProcessor
(String configuredProcessor) Set the configuredProcessor.void
Set the id.void
setInputProductClasses
(List<String> inputProductClasses) Set the inputProductClasses.void
setIsFailed
(Boolean isFailed) Set the isFailed.void
Set the jobId.void
setJobOrderFilename
(String jobOrderFilename) Set the jobOrderFilename.void
setJobStepState
(JobStepState jobStepState) Set the jobStepState.void
Set the name.void
setOrderId
(Long orderId) Set the orderId.void
setOrderIdentifier
(String orderIdentifier) Set the orderIdentifier.void
setOutputParameters
(List<RestParameter> outputParameters) Set the outputParameters.void
setOutputProduct
(Long outputProduct) Set the outputProduct.void
setOutputProductClass
(String outputProductClass) Set the outputProductClass.void
setProcessingCompletionTime
(Date processingCompletionTime) Set the processingCompletionTime.void
setProcessingMode
(String processingMode) Set the processingMode.void
setProcessingStartTime
(Date processingStartTime) Set the processingStartTime.void
setProcessingStdErr
(String processingStdErr) Set the processingStdErr.void
setProcessingStdOut
(String processingStdOut) Set the processingStdOut.void
setStderrLogLevel
(StderrLogLevel stderrLogLevel) Set the stderrLogLevel.void
setStdoutLogLevel
(StdoutLogLevel stdoutLogLevel) Set the stdoutLogLevel.void
setVersion
(Long version) Set the version.toString()
-
Felddetails
-
serialVersionUID
static final long serialVersionUID- Siehe auch:
-
id
The persistent id of this object -
version
A version identifier to track updates to the object (especially to detect concurrent update attempts) -
name
Job step name generated from the job step id (not part of data model) -
jobId
The persistend id of the job this job step belongs to -
jobStepState
The currenet status of the job step -
outputParameters
A set of parameters to set for the generated products. -
processingMode
The processing mode to run the processor(s) in -
inputProductClasses
The input product types required for processing -
outputProductClass
The product type of the output product of this job step -
outputProduct
The id of the output product of this job step -
configuredProcessor
The configured processor used to create the output product -
processingStartTime
The start time of the processing job -
processingCompletionTime
The completion time of the processing job -
stdoutLogLevel
The log level of stdout -
stderrLogLevel
The log level of stderr -
processingStdOut
The standard output of the processing job -
processingStdErr
The standard error output of the processing job -
isFailed
The failed state of the job step -
jobOrderFilename
The filename of the Job Order file in the associated processing facility -
orderId
The id of the order -
orderIdentifier
The identifier of the order
-
-
Konstruktordetails
-
RestJobStep
public RestJobStep()Creates a new RestJobStep. -
RestJobStep
public RestJobStep(Long id, Long version, String name, Long jobId, JobStepState jobStepState, List<RestParameter> outputParameters, String processingMode, List<String> inputProductClasses, String outputProductClass, Long outputProduct, String configuredProcessor, Date processingStartTime, Date processingCompletionTime, StdoutLogLevel stdoutLogLevel, StderrLogLevel stderrLogLevel, String processingStdOut, String processingStdErr, Boolean isFailed, String jobOrderFilename, Long orderId, String orderIdentifier) Creates a new RestJobStep.
-
-
Methodendetails
-
getId
Returns the id.- Gibt zurück:
- id
-
setId
Set the id.- Parameter:
id
- the new id
-
getVersion
Returns the version.- Gibt zurück:
- version
-
setVersion
Set the version.- Parameter:
version
- the new version
-
getName
Returns the name.- Gibt zurück:
- name
-
setName
Set the name.- Parameter:
name
- the new name
-
getJobId
Returns the jobId.- Gibt zurück:
- jobId
-
setJobId
Set the jobId.- Parameter:
jobId
- the new jobId
-
getJobStepState
Returns the jobStepState.- Gibt zurück:
- jobStepState
-
setJobStepState
Set the jobStepState.- Parameter:
jobStepState
- the new jobStepState
-
getOutputParameters
Returns the outputParameters.- Gibt zurück:
- outputParameters
-
setOutputParameters
Set the outputParameters.- Parameter:
outputParameters
- the new outputParameters
-
getProcessingMode
Returns the processingMode.- Gibt zurück:
- processingMode
-
setProcessingMode
Set the processingMode.- Parameter:
processingMode
- the new processingMode
-
getInputProductClasses
Returns the inputProductClasses.- Gibt zurück:
- inputProductClasses
-
setInputProductClasses
Set the inputProductClasses.- Parameter:
inputProductClasses
- the new inputProductClasses
-
getOutputProductClass
Returns the outputProductClass.- Gibt zurück:
- outputProductClass
-
setOutputProductClass
Set the outputProductClass.- Parameter:
outputProductClass
- the new outputProductClass
-
getOutputProduct
Returns the outputProduct.- Gibt zurück:
- outputProduct
-
setOutputProduct
Set the outputProduct.- Parameter:
outputProduct
- the new outputProduct
-
getConfiguredProcessor
Returns the configuredProcessor.- Gibt zurück:
- configuredProcessor
-
setConfiguredProcessor
Set the configuredProcessor.- Parameter:
configuredProcessor
- the new configuredProcessor
-
getProcessingStartTime
Returns the processingStartTime.- Gibt zurück:
- processingStartTime
-
setProcessingStartTime
Set the processingStartTime.- Parameter:
processingStartTime
- the new processingStartTime
-
getProcessingCompletionTime
Returns the processingCompletionTime.- Gibt zurück:
- processingCompletionTime
-
setProcessingCompletionTime
Set the processingCompletionTime.- Parameter:
processingCompletionTime
- the new processingCompletionTime
-
getStdoutLogLevel
Returns the stdoutLogLevel.- Gibt zurück:
- stdoutLogLevel
-
setStdoutLogLevel
Set the stdoutLogLevel.- Parameter:
stdoutLogLevel
- the new stdoutLogLevel
-
getStderrLogLevel
Returns the stderrLogLevel.- Gibt zurück:
- stderrLogLevel
-
setStderrLogLevel
Set the stderrLogLevel.- Parameter:
stderrLogLevel
- the new stderrLogLevel
-
getProcessingStdOut
Returns the processingStdOut.- Gibt zurück:
- processingStdOut
-
setProcessingStdOut
Set the processingStdOut.- Parameter:
processingStdOut
- the new processingStdOut
-
getProcessingStdErr
Returns the processingStdErr.- Gibt zurück:
- processingStdErr
-
setProcessingStdErr
Set the processingStdErr.- Parameter:
processingStdErr
- the new processingStdErr
-
getIsFailed
Returns the isFailed.- Gibt zurück:
- isFailed
-
setIsFailed
Set the isFailed.- Parameter:
isFailed
- the new isFailed
-
getJobOrderFilename
Returns the jobOrderFilename.- Gibt zurück:
- jobOrderFilename
-
setJobOrderFilename
Set the jobOrderFilename.- Parameter:
jobOrderFilename
- the new jobOrderFilename
-
getOrderId
Returns the orderId.- Gibt zurück:
- orderId
-
setOrderId
Set the orderId.- Parameter:
orderId
- the new orderId
-
getOrderIdentifier
Returns the orderIdentifier.- Gibt zurück:
- orderIdentifier
-
setOrderIdentifier
Set the orderIdentifier.- Parameter:
orderIdentifier
- the new orderIdentifier
-
hashCode
public int hashCode() -
equals
-
toString
-