Klasse RestOrder
java.lang.Object
de.dlr.proseo.interfaces.rest.model.RestOrder
- Alle implementierten Schnittstellen:
Serializable
- Siehe auch:
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected DateDate 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 LongFully 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 DateEstimated 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 DateEviction time (optional, used for automatic order deletion)protected DateExpected execution time (optional, used for scheduling)protected LongExpected jobs for planning and releasingprotected BooleanIndicates whether at least one of the job steps for this order is in state FAILEDprotected LongThe persistent id of this objectprotected StringUser-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 RestInputReferenceIdentification of the input product to use for On-Demand ProductionThe different existing job step states of orderprotected StringThe mission code (e. g.protected RestNotificationEndpointThe 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 StringSource application for the processing order; one of { CLI, GUI, ODIP, OTHER }protected StringState of the processing order; one of { INITIAL, APPROVED, RELEASING, RELEASED, PLANNING, PLANNING_FAILED, PLANNED, RUNNING, SUSPENDING, COMPLETED, FAILED, CLOSED }protected StringThe file class for the generated output productsprotected List<RestParameter> Parameters to set for the generated products (may be empty)protected LongPercentage of completed job stepsprotected LongPercentage of failed job stepsprotected LongPercentage of running job stepsprotected IntegerPriority 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 StringThe processing mode to run the processor(s) inprotected StringProduction type context, in which the order is running (SYSTEMATIC, ON_DEMAND_DEFAULT, ON_DEMAND_NON_DEFAULT)protected LongRetention period for products generated by this processing order in secondsprotected DateDate 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 longprotected LongDuration of a slice in seconds (only for slicingType TIME_SLICE)protected LongOverlap between adjacent slices in seconds (applicable for all slicingTypes except NONE, default 0)protected StringOne of { "ORBIT", "CALENDAR_DAY", "CALENDAR_MONTH", "CALENDAR_YEAR", "TIME_SLICE", "NONE" }protected StringThe start time of the time interval to process in orbit format (YYYY-MM-DDThh:mm:ss[.SSSSSS]).protected StringExplanatory message describing the reason for the latest state change (mandatory for ProcessingOrders created via the ODIP)protected StringThe end time of the time interval to process in orbit format (YYYY-MM-DDThh:mm:ss[.SSSSSS]).protected DateDate and time at which the ProcessingOrder was received (mandatory for ProcessingOrders created via the ODIP)protected StringUniversally unique order identifierprotected LongA version identifier to track updates to the object (especially to detect concurrent update attempts)protected StringShort name of the applicable workflow (not suitable for identification; only for orders generated through ODIP)protected StringUniversally 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 TypMethodeBeschreibungbooleanReturns 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 StringReturns the identifier.@Valid List<RestInputFilter> Returns the inputFilters.Returns the inputProductClasses.@Valid RestInputReferenceReturns the inputProductReference.Returns the jobStepStates.@NotNull StringReturns the missionCode.@Valid RestNotificationEndpointReturns the notificationEndpoint.@NotNull @Valid List<RestOrbitQuery> Returns the orbits.Returns the orderSource.@NotNull StringReturns the orderState.@NotNull StringReturns the outputFileClass.@NotNull @Valid List<RestParameter> Returns the outputParameters.Returns the percentCompleted.Returns the percentFailed.Returns the percentRunning.Returns the priority.@NotNull StringReturns the processingMode.Returns the productionType.Returns the productRetentionPeriod.Returns the releaseTime.Returns the requestedProductClasses.Returns the sliceDuration.Returns the sliceOverlap.@NotNull StringReturns the slicingType.@Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(.\\d{1,6})?$") StringReturns the startTime.Returns the stateMessage.@Pattern(regexp="^\\d\\d\\d\\d-\\d\\d-\\d\\dT\\d\\d:\\d\\d:\\d\\d(.\\d{1,6})?$") StringReturns 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}$") StringgetUuid()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}$") StringReturns the workflowUuid.inthashCode()voidsetActualCompletionTime(Date actualCompletionTime) Set the actualCompletionTime.voidsetClassOutputParameters(List<RestClassOutputParameter> classOutputParameters) Set the classOutputParameters.voidsetConfiguredProcessors(List<String> configuredProcessors) Set the configuredProcessors.voidsetCreatedJobs(Long createdJobs) Set the createdJobs.voidsetDynamicProcessingParameters(List<RestParameter> dynamicProcessingParameters) Set the dynamicProcessingParameters.voidsetEstimatedCompletionTime(Date estimatedCompletionTime) Set the estimatedCompletionTime.voidsetEvictionTime(Date evictionTime) Set the evictionTime.voidsetExecutionTime(Date executionTime) Set the executionTime.voidsetExpectedJobs(Long expectedJobs) Set the expectedJobs.voidsetHasFailedJobSteps(Boolean hasFailedJobSteps) Set the hasFailedJobSteps.voidSet the id.voidsetIdentifier(String identifier) Set the identifier.voidsetInputFilters(List<RestInputFilter> inputFilters) Set the inputFilters.voidsetInputProductClasses(List<String> inputProductClasses) Set the inputProductClasses.voidsetInputProductReference(RestInputReference inputProductReference) Set the inputProductReference.voidsetJobStepStates(List<String> jobStepStates) Set the jobStepStates.voidsetMissionCode(String missionCode) Set the missionCode.voidsetNotificationEndpoint(RestNotificationEndpoint notificationEndpoint) Set the notificationEndpoint.voidsetOrbits(List<RestOrbitQuery> orbits) Set the orbits.voidsetOrderSource(String orderSource) Set the orderSource.voidsetOrderState(String orderState) Set the orderState.voidsetOutputFileClass(String outputFileClass) Set the outputFileClass.voidsetOutputParameters(List<RestParameter> outputParameters) Set the outputParameters.voidsetPercentCompleted(Long percentCompleted) Set the percentCompleted.voidsetPercentFailed(Long percentFailed) Set the percentFailed.voidsetPercentRunning(Long percentRunning) Set the percentRunning.voidsetPriority(Integer priority) Set the priority.voidsetProcessingMode(String processingMode) Set the processingMode.voidsetProductionType(String productionType) Set the productionType.voidsetProductRetentionPeriod(Long productRetentionPeriod) Set the productRetentionPeriod.voidsetReleaseTime(Date releaseTime) Set the releaseTime.voidsetRequestedProductClasses(List<String> requestedProductClasses) Set the requestedProductClasses.voidsetSliceDuration(Long sliceDuration) Set the sliceDuration.voidsetSliceOverlap(Long sliceOverlap) Set the sliceOverlap.voidsetSlicingType(String slicingType) Set the slicingType.voidsetStartTime(String startTime) Set the startTime.voidsetStateMessage(String stateMessage) Set the stateMessage.voidsetStopTime(String stopTime) Set the stopTime.voidsetSubmissionTime(Date submissionTime) Set the submissionTime.voidSet the uuid.voidsetVersion(Long version) Set the version.voidsetWorkflowName(String workflowName) Set the workflowName.voidsetWorkflowUuid(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
-