Klasse RestOrder
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestOrder
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Date
Date and time when the output product(s) was/were available for download from the (OD)PRIP (mandatory for ProcessingOrders created via the ODIP, once they are in state "COMPLETED")protected List
<RestClassOutputParameter> Set of parameters to apply to a generated product of the referenced product class replacing the general output parametersList of identifiers of the configured processors (may be empty)protected Long
Fully created/released jobs for planning and releasingprotected List
<RestParameter> Processing option settings (for on-demand processing called "WorkflowOptions" in the ICD); these options will be passed to the data processors in the "Dynamic Processing Parameter" section of the Job Order fileprotected Date
Estimated date and time when the output product(s) will be available for download from the (OD)PRIP (mandatory for ProcessingOrders created via the ODIP)protected Date
Eviction time (optional, used for automatic order deletion)protected Date
Expected execution time (optional, used for scheduling)protected Long
Expected jobs for planning and releasingprotected Boolean
Indicates whether at least one of the job steps for this order is in state FAILEDprotected Long
The persistent id of this objectprotected String
User-defined order identifierprotected List
<RestInputFilter> Filter conditions to apply to input productsList of internal product types provided as input to the order (may be empty)protected RestInputReference
Identification of the input product to use for On-Demand ProductionThe different existing job step states of orderprotected String
The mission code (e. g.protected RestNotificationEndpoint
The endpoint to send order completion notifications toprotected List
<RestOrbitQuery> List of orbit ranges, identified by spacecraft code and orbit number from/to (may be empty)protected String
Source application for the processing order; one of { CLI, GUI, ODIP, OTHER }protected String
State of the processing order; one of { INITIAL, APPROVED, RELEASING, RELEASED, PLANNING, PLANNING_FAILED, PLANNED, RUNNING, SUSPENDING, COMPLETED, FAILED, CLOSED }protected String
The file class for the generated output productsprotected List
<RestParameter> Parameters to set for the generated products (may be empty)protected Long
Percentage of completed job stepsprotected Long
Percentage of failed job stepsprotected Long
Percentage of running job stepsprotected Integer
Priority of the ProcessingOrder (lower number means lower priority; value range 1..100 is defined for the ODIP, but other values are allowed outside On-Demand Production, including negative numbers).protected String
The processing mode to run the processor(s) inprotected String
Production type context, in which the order is running (SYSTEMATIC, ON_DEMAND_DEFAULT, ON_DEMAND_NON_DEFAULT)protected Long
Retention period for products generated by this processing order in secondsprotected Date
Date and time at which the ProcessingOrder was received (mandatory for ProcessingOrders created via the ODIP)List of internal product types requested as output from the order (at least one is required)(Package privat) static final long
protected Long
Duration of a slice in seconds (only for slicingType TIME_SLICE)protected Long
Overlap between adjacent slices in seconds (applicable for all slicingTypes except NONE, default 0)protected String
One of { "ORBIT", "CALENDAR_DAY", "CALENDAR_MONTH", "CALENDAR_YEAR", "TIME_SLICE", "NONE" }protected String
The start time of the time interval to process in orbit format (YYYY-MM-DDThh:mm:ss[.SSSSSS]).protected String
Explanatory message describing the reason for the latest state change (mandatory for ProcessingOrders created via the ODIP)protected String
The end time of the time interval to process in orbit format (YYYY-MM-DDThh:mm:ss[.SSSSSS]).protected Date
Date and time at which the ProcessingOrder was received (mandatory for ProcessingOrders created via the ODIP)protected String
Universally unique order identifierprotected Long
A version identifier to track updates to the object (especially to detect concurrent update attempts)protected String
Short name of the applicable workflow (not suitable for identification; only for orders generated through ODIP)protected String
Universally unique workflow identifier (only for orders generated through ODIP, mandatory for these) -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungCreates a new RestOrder.RestOrder
(Long id, Long version, String missionCode, String identifier, String uuid, Integer priority, String orderState, String stateMessage, String orderSource, Date submissionTime, Date executionTime, Date releaseTime, Date estimatedCompletionTime, Date actualCompletionTime, Date evictionTime, String startTime, String stopTime, String slicingType, Long sliceDuration, Long sliceOverlap, RestInputReference inputProductReference, List<RestInputFilter> inputFilters, List<RestParameter> dynamicProcessingParameters, List<RestClassOutputParameter> classOutputParameters, List<RestParameter> outputParameters, String workflowUuid, String workflowName, List<String> configuredProcessors, List<RestOrbitQuery> orbits, List<String> requestedProductClasses, List<String> inputProductClasses, String outputFileClass, String processingMode, String productionType, RestNotificationEndpoint notificationEndpoint, Long productRetentionPeriod, Boolean hasFailedJobSteps, List<String> jobStepStates, Long percentCompleted, Long percentFailed, Long percentRunning, Long expectedJobs, Long createdJobs) Creates a new RestOrder. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Returns the actualCompletionTime.@Valid List
<RestClassOutputParameter> Returns the classOutputParameters.Returns the configuredProcessors.Returns the createdJobs.@Valid List
<RestParameter> Returns the dynamicProcessingParameters.Returns the estimatedCompletionTime.Returns the evictionTime.Returns the executionTime.Returns the expectedJobs.Returns the hasFailedJobSteps.getId()
Returns the id.@NotNull String
Returns the identifier.@Valid List
<RestInputFilter> Returns the inputFilters.Returns the inputProductClasses.@Valid RestInputReference
Returns the inputProductReference.Returns the jobStepStates.@NotNull String
Returns the missionCode.@Valid RestNotificationEndpoint
Returns the notificationEndpoint.@NotNull @Valid List
<RestOrbitQuery> Returns the orbits.Returns the orderSource.@NotNull String
Returns the orderState.@NotNull String
Returns the outputFileClass.@NotNull @Valid List
<RestParameter> Returns the outputParameters.Returns the percentCompleted.Returns the percentFailed.Returns the percentRunning.Returns the priority.@NotNull String
Returns the processingMode.Returns the productionType.Returns the productRetentionPeriod.Returns the releaseTime.Returns the requestedProductClasses.Returns the sliceDuration.Returns the sliceOverlap.@NotNull String
Returns the slicingType.@Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(.\\d{1,6})?$") String
Returns the startTime.Returns the stateMessage.@Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(.\\d{1,6})?$") String
Returns the stopTime.Returns the submissionTime.@Pattern(regexp="^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$") String
getUuid()
Returns the uuid.Returns the version.Returns the workflowName.@Pattern(regexp="^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$") String
Returns the workflowUuid.int
hashCode()
void
setActualCompletionTime
(Date actualCompletionTime) Set the actualCompletionTime.void
setClassOutputParameters
(List<RestClassOutputParameter> classOutputParameters) Set the classOutputParameters.void
setConfiguredProcessors
(List<String> configuredProcessors) Set the configuredProcessors.void
setCreatedJobs
(Long createdJobs) Set the createdJobs.void
setDynamicProcessingParameters
(List<RestParameter> dynamicProcessingParameters) Set the dynamicProcessingParameters.void
setEstimatedCompletionTime
(Date estimatedCompletionTime) Set the estimatedCompletionTime.void
setEvictionTime
(Date evictionTime) Set the evictionTime.void
setExecutionTime
(Date executionTime) Set the executionTime.void
setExpectedJobs
(Long expectedJobs) Set the expectedJobs.void
setHasFailedJobSteps
(Boolean hasFailedJobSteps) Set the hasFailedJobSteps.void
Set the id.void
setIdentifier
(String identifier) Set the identifier.void
setInputFilters
(List<RestInputFilter> inputFilters) Set the inputFilters.void
setInputProductClasses
(List<String> inputProductClasses) Set the inputProductClasses.void
setInputProductReference
(RestInputReference inputProductReference) Set the inputProductReference.void
setJobStepStates
(List<String> jobStepStates) Set the jobStepStates.void
setMissionCode
(String missionCode) Set the missionCode.void
setNotificationEndpoint
(RestNotificationEndpoint notificationEndpoint) Set the notificationEndpoint.void
setOrbits
(List<RestOrbitQuery> orbits) Set the orbits.void
setOrderSource
(String orderSource) Set the orderSource.void
setOrderState
(String orderState) Set the orderState.void
setOutputFileClass
(String outputFileClass) Set the outputFileClass.void
setOutputParameters
(List<RestParameter> outputParameters) Set the outputParameters.void
setPercentCompleted
(Long percentCompleted) Set the percentCompleted.void
setPercentFailed
(Long percentFailed) Set the percentFailed.void
setPercentRunning
(Long percentRunning) Set the percentRunning.void
setPriority
(Integer priority) Set the priority.void
setProcessingMode
(String processingMode) Set the processingMode.void
setProductionType
(String productionType) Set the productionType.void
setProductRetentionPeriod
(Long productRetentionPeriod) Set the productRetentionPeriod.void
setReleaseTime
(Date releaseTime) Set the releaseTime.void
setRequestedProductClasses
(List<String> requestedProductClasses) Set the requestedProductClasses.void
setSliceDuration
(Long sliceDuration) Set the sliceDuration.void
setSliceOverlap
(Long sliceOverlap) Set the sliceOverlap.void
setSlicingType
(String slicingType) Set the slicingType.void
setStartTime
(String startTime) Set the startTime.void
setStateMessage
(String stateMessage) Set the stateMessage.void
setStopTime
(String stopTime) Set the stopTime.void
setSubmissionTime
(Date submissionTime) Set the submissionTime.void
Set the uuid.void
setVersion
(Long version) Set the version.void
setWorkflowName
(String workflowName) Set the workflowName.void
setWorkflowUuid
(String workflowUuid) Set the workflowUuid.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) -
missionCode
The mission code (e. g. S5P) -
identifier
User-defined order identifier -
uuid
Universally unique order identifier -
priority
Priority of the ProcessingOrder (lower number means lower priority; value range 1..100 is defined for the ODIP, but other values are allowed outside On-Demand Production, including negative numbers). Default value is 50. -
orderState
State of the processing order; one of { INITIAL, APPROVED, RELEASING, RELEASED, PLANNING, PLANNING_FAILED, PLANNED, RUNNING, SUSPENDING, COMPLETED, FAILED, CLOSED } -
stateMessage
Explanatory message describing the reason for the latest state change (mandatory for ProcessingOrders created via the ODIP) -
orderSource
Source application for the processing order; one of { CLI, GUI, ODIP, OTHER } -
submissionTime
Date and time at which the ProcessingOrder was received (mandatory for ProcessingOrders created via the ODIP) -
executionTime
Expected execution time (optional, used for scheduling) -
releaseTime
Date and time at which the ProcessingOrder was received (mandatory for ProcessingOrders created via the ODIP) -
estimatedCompletionTime
Estimated date and time when the output product(s) will be available for download from the (OD)PRIP (mandatory for ProcessingOrders created via the ODIP) -
actualCompletionTime
Date and time when the output product(s) was/were available for download from the (OD)PRIP (mandatory for ProcessingOrders created via the ODIP, once they are in state "COMPLETED") -
evictionTime
Eviction time (optional, used for automatic order deletion) -
startTime
The start time of the time interval to process in orbit format (YYYY-MM-DDThh:mm:ss[.SSSSSS]). If a range of orbit numbers is given, this time is set to the earliest start time of the selected orbits. -
stopTime
The end time of the time interval to process in orbit format (YYYY-MM-DDThh:mm:ss[.SSSSSS]). If a range of orbit numbers is given, this time is set to the latest stop time of the selected orbits. -
slicingType
One of { "ORBIT", "CALENDAR_DAY", "CALENDAR_MONTH", "CALENDAR_YEAR", "TIME_SLICE", "NONE" } -
sliceDuration
Duration of a slice in seconds (only for slicingType TIME_SLICE) -
sliceOverlap
Overlap between adjacent slices in seconds (applicable for all slicingTypes except NONE, default 0) -
inputProductReference
Identification of the input product to use for On-Demand Production -
inputFilters
Filter conditions to apply to input products -
dynamicProcessingParameters
Processing option settings (for on-demand processing called "WorkflowOptions" in the ICD); these options will be passed to the data processors in the "Dynamic Processing Parameter" section of the Job Order file -
classOutputParameters
Set of parameters to apply to a generated product of the referenced product class replacing the general output parameters -
outputParameters
Parameters to set for the generated products (may be empty) -
workflowUuid
Universally unique workflow identifier (only for orders generated through ODIP, mandatory for these) -
workflowName
Short name of the applicable workflow (not suitable for identification; only for orders generated through ODIP) -
configuredProcessors
List of identifiers of the configured processors (may be empty) -
orbits
List of orbit ranges, identified by spacecraft code and orbit number from/to (may be empty) -
requestedProductClasses
List of internal product types requested as output from the order (at least one is required) -
inputProductClasses
List of internal product types provided as input to the order (may be empty) -
outputFileClass
The file class for the generated output products -
processingMode
The processing mode to run the processor(s) in -
productionType
Production type context, in which the order is running (SYSTEMATIC, ON_DEMAND_DEFAULT, ON_DEMAND_NON_DEFAULT) -
notificationEndpoint
The endpoint to send order completion notifications to -
productRetentionPeriod
Retention period for products generated by this processing order in seconds -
hasFailedJobSteps
Indicates whether at least one of the job steps for this order is in state FAILED -
jobStepStates
The different existing job step states of order -
percentCompleted
Percentage of completed job steps -
percentFailed
Percentage of failed job steps -
percentRunning
Percentage of running job steps -
expectedJobs
Expected jobs for planning and releasing -
createdJobs
Fully created/released jobs for planning and releasing
-
-
Konstruktordetails
-
RestOrder
public RestOrder()Creates a new RestOrder. -
RestOrder
public RestOrder(Long id, Long version, String missionCode, String identifier, String uuid, Integer priority, String orderState, String stateMessage, String orderSource, Date submissionTime, Date executionTime, Date releaseTime, Date estimatedCompletionTime, Date actualCompletionTime, Date evictionTime, String startTime, String stopTime, String slicingType, Long sliceDuration, Long sliceOverlap, RestInputReference inputProductReference, List<RestInputFilter> inputFilters, List<RestParameter> dynamicProcessingParameters, List<RestClassOutputParameter> classOutputParameters, List<RestParameter> outputParameters, String workflowUuid, String workflowName, List<String> configuredProcessors, List<RestOrbitQuery> orbits, List<String> requestedProductClasses, List<String> inputProductClasses, String outputFileClass, String processingMode, String productionType, RestNotificationEndpoint notificationEndpoint, Long productRetentionPeriod, Boolean hasFailedJobSteps, List<String> jobStepStates, Long percentCompleted, Long percentFailed, Long percentRunning, Long expectedJobs, Long createdJobs) Creates a new RestOrder.
-
-
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
-
getMissionCode
Returns the missionCode.- Gibt zurück:
- missionCode
-
setMissionCode
Set the missionCode.- Parameter:
missionCode
- the new missionCode
-
getIdentifier
Returns the identifier.- Gibt zurück:
- identifier
-
setIdentifier
Set the identifier.- Parameter:
identifier
- the new identifier
-
getUuid
@Pattern(regexp="^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$") public @Pattern(regexp="^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$") String getUuid()Returns the uuid.- Gibt zurück:
- uuid
-
setUuid
Set the uuid.- Parameter:
uuid
- the new uuid
-
getPriority
Returns the priority.- Gibt zurück:
- priority
-
setPriority
Set the priority.- Parameter:
priority
- the new priority
-
getOrderState
Returns the orderState.- Gibt zurück:
- orderState
-
setOrderState
Set the orderState.- Parameter:
orderState
- the new orderState
-
getStateMessage
Returns the stateMessage.- Gibt zurück:
- stateMessage
-
setStateMessage
Set the stateMessage.- Parameter:
stateMessage
- the new stateMessage
-
getOrderSource
Returns the orderSource.- Gibt zurück:
- orderSource
-
setOrderSource
Set the orderSource.- Parameter:
orderSource
- the new orderSource
-
getSubmissionTime
Returns the submissionTime.- Gibt zurück:
- submissionTime
-
setSubmissionTime
Set the submissionTime.- Parameter:
submissionTime
- the new submissionTime
-
getExecutionTime
Returns the executionTime.- Gibt zurück:
- executionTime
-
setExecutionTime
Set the executionTime.- Parameter:
executionTime
- the new executionTime
-
getReleaseTime
Returns the releaseTime.- Gibt zurück:
- releaseTime
-
setReleaseTime
Set the releaseTime.- Parameter:
releaseTime
- the new releaseTime
-
getEstimatedCompletionTime
Returns the estimatedCompletionTime.- Gibt zurück:
- estimatedCompletionTime
-
setEstimatedCompletionTime
Set the estimatedCompletionTime.- Parameter:
estimatedCompletionTime
- the new estimatedCompletionTime
-
getActualCompletionTime
Returns the actualCompletionTime.- Gibt zurück:
- actualCompletionTime
-
setActualCompletionTime
Set the actualCompletionTime.- Parameter:
actualCompletionTime
- the new actualCompletionTime
-
getEvictionTime
Returns the evictionTime.- Gibt zurück:
- evictionTime
-
setEvictionTime
Set the evictionTime.- Parameter:
evictionTime
- the new evictionTime
-
getStartTime
@Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(.\\d{1,6})?$") public @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(.\\d{1,6})?$") String getStartTime()Returns the startTime.- Gibt zurück:
- startTime
-
setStartTime
Set the startTime.- Parameter:
startTime
- the new startTime
-
getStopTime
@Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(.\\d{1,6})?$") public @Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(.\\d{1,6})?$") String getStopTime()Returns the stopTime.- Gibt zurück:
- stopTime
-
setStopTime
Set the stopTime.- Parameter:
stopTime
- the new stopTime
-
getSlicingType
Returns the slicingType.- Gibt zurück:
- slicingType
-
setSlicingType
Set the slicingType.- Parameter:
slicingType
- the new slicingType
-
getSliceDuration
Returns the sliceDuration.- Gibt zurück:
- sliceDuration
-
setSliceDuration
Set the sliceDuration.- Parameter:
sliceDuration
- the new sliceDuration
-
getSliceOverlap
Returns the sliceOverlap.- Gibt zurück:
- sliceOverlap
-
setSliceOverlap
Set the sliceOverlap.- Parameter:
sliceOverlap
- the new sliceOverlap
-
getInputProductReference
Returns the inputProductReference.- Gibt zurück:
- inputProductReference
-
setInputProductReference
Set the inputProductReference.- Parameter:
inputProductReference
- the new inputProductReference
-
getInputFilters
Returns the inputFilters.- Gibt zurück:
- inputFilters
-
setInputFilters
Set the inputFilters.- Parameter:
inputFilters
- the new inputFilters
-
getDynamicProcessingParameters
Returns the dynamicProcessingParameters.- Gibt zurück:
- dynamicProcessingParameters
-
setDynamicProcessingParameters
Set the dynamicProcessingParameters.- Parameter:
dynamicProcessingParameters
- the new dynamicProcessingParameters
-
getClassOutputParameters
Returns the classOutputParameters.- Gibt zurück:
- classOutputParameters
-
setClassOutputParameters
Set the classOutputParameters.- Parameter:
classOutputParameters
- the new classOutputParameters
-
getOutputParameters
Returns the outputParameters.- Gibt zurück:
- outputParameters
-
setOutputParameters
Set the outputParameters.- Parameter:
outputParameters
- the new outputParameters
-
getWorkflowUuid
@Pattern(regexp="^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$") public @Pattern(regexp="^[0-9A-Fa-f]{8}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{4}-[0-9A-Fa-f]{12}$") String getWorkflowUuid()Returns the workflowUuid.- Gibt zurück:
- workflowUuid
-
setWorkflowUuid
Set the workflowUuid.- Parameter:
workflowUuid
- the new workflowUuid
-
getWorkflowName
Returns the workflowName.- Gibt zurück:
- workflowName
-
setWorkflowName
Set the workflowName.- Parameter:
workflowName
- the new workflowName
-
getConfiguredProcessors
Returns the configuredProcessors.- Gibt zurück:
- configuredProcessors
-
setConfiguredProcessors
Set the configuredProcessors.- Parameter:
configuredProcessors
- the new configuredProcessors
-
getOrbits
Returns the orbits.- Gibt zurück:
- orbits
-
setOrbits
Set the orbits.- Parameter:
orbits
- the new orbits
-
getRequestedProductClasses
Returns the requestedProductClasses.- Gibt zurück:
- requestedProductClasses
-
setRequestedProductClasses
Set the requestedProductClasses.- Parameter:
requestedProductClasses
- the new requestedProductClasses
-
getInputProductClasses
Returns the inputProductClasses.- Gibt zurück:
- inputProductClasses
-
setInputProductClasses
Set the inputProductClasses.- Parameter:
inputProductClasses
- the new inputProductClasses
-
getOutputFileClass
Returns the outputFileClass.- Gibt zurück:
- outputFileClass
-
setOutputFileClass
Set the outputFileClass.- Parameter:
outputFileClass
- the new outputFileClass
-
getProcessingMode
Returns the processingMode.- Gibt zurück:
- processingMode
-
setProcessingMode
Set the processingMode.- Parameter:
processingMode
- the new processingMode
-
getProductionType
Returns the productionType.- Gibt zurück:
- productionType
-
setProductionType
Set the productionType.- Parameter:
productionType
- the new productionType
-
getNotificationEndpoint
Returns the notificationEndpoint.- Gibt zurück:
- notificationEndpoint
-
setNotificationEndpoint
Set the notificationEndpoint.- Parameter:
notificationEndpoint
- the new notificationEndpoint
-
getProductRetentionPeriod
Returns the productRetentionPeriod.- Gibt zurück:
- productRetentionPeriod
-
setProductRetentionPeriod
Set the productRetentionPeriod.- Parameter:
productRetentionPeriod
- the new productRetentionPeriod
-
getHasFailedJobSteps
Returns the hasFailedJobSteps.- Gibt zurück:
- hasFailedJobSteps
-
setHasFailedJobSteps
Set the hasFailedJobSteps.- Parameter:
hasFailedJobSteps
- the new hasFailedJobSteps
-
getJobStepStates
Returns the jobStepStates.- Gibt zurück:
- jobStepStates
-
setJobStepStates
Set the jobStepStates.- Parameter:
jobStepStates
- the new jobStepStates
-
getPercentCompleted
Returns the percentCompleted.- Gibt zurück:
- percentCompleted
-
setPercentCompleted
Set the percentCompleted.- Parameter:
percentCompleted
- the new percentCompleted
-
getPercentFailed
Returns the percentFailed.- Gibt zurück:
- percentFailed
-
setPercentFailed
Set the percentFailed.- Parameter:
percentFailed
- the new percentFailed
-
getPercentRunning
Returns the percentRunning.- Gibt zurück:
- percentRunning
-
setPercentRunning
Set the percentRunning.- Parameter:
percentRunning
- the new percentRunning
-
getExpectedJobs
Returns the expectedJobs.- Gibt zurück:
- expectedJobs
-
setExpectedJobs
Set the expectedJobs.- Parameter:
expectedJobs
- the new expectedJobs
-
getCreatedJobs
Returns the createdJobs.- Gibt zurück:
- createdJobs
-
setCreatedJobs
Set the createdJobs.- Parameter:
createdJobs
- the new createdJobs
-
hashCode
public int hashCode() -
equals
-
toString
-