Class DtoUndeterminedTeardownEndInFixedJobError
java.lang.Object
com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedTeardownEndInFixedJobError
- All Implemented Interfaces:
IDtoAbstractError,IDtoUndeterminedTeardownEndInFixedJobError
public class DtoUndeterminedTeardownEndInFixedJobError
extends Object
implements IDtoUndeterminedTeardownEndInFixedJobError
The FixedJob with id {fixedJob} is initially set up relative to {optionalPredecessor}. On its device, the teardownEnd would be after all available times and cannot be determined.
-
Field Summary
Fields inherited from interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedTeardownEndInFixedJobError
_DISCRIMINATOR_TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDtoUndeterminedTeardownEndInFixedJobError(String message, String fixedJob) -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe id of the DtoFixedJob with undetermined teardownEnd.The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id).getType()Type of this object.inthashCode()voidsetFixedJob(String fixedJob) The id of the DtoFixedJob with undetermined teardownEnd.voidsetMessage(String message) voidsetOptionalPredecessorJob(String optionalPredecessorJob) The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id).withFixedJob(String fixedJob) The id of the DtoFixedJob with undetermined teardownEnd.withMessage(String message) withOptionalPredecessorJob(String optionalPredecessorJob) The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id).
-
Constructor Details
-
DtoUndeterminedTeardownEndInFixedJobError
protected DtoUndeterminedTeardownEndInFixedJobError() -
DtoUndeterminedTeardownEndInFixedJobError
-
-
Method Details
-
getType
Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError- Specified by:
getTypein interfaceIDtoUndeterminedTeardownEndInFixedJobError
-
getMessage
- Specified by:
getMessagein interfaceIDtoAbstractError- Specified by:
getMessagein interfaceIDtoUndeterminedTeardownEndInFixedJobError
-
setMessage
- Specified by:
setMessagein interfaceIDtoAbstractError- Specified by:
setMessagein interfaceIDtoUndeterminedTeardownEndInFixedJobError
-
getFixedJob
The id of the DtoFixedJob with undetermined teardownEnd.- Specified by:
getFixedJobin interfaceIDtoUndeterminedTeardownEndInFixedJobError
-
setFixedJob
The id of the DtoFixedJob with undetermined teardownEnd.- Specified by:
setFixedJobin interfaceIDtoUndeterminedTeardownEndInFixedJobError
-
getOptionalPredecessorJob
The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id). If this is not set, fixedJob is set up relative to its device's initialDeviceState.- Specified by:
getOptionalPredecessorJobin interfaceIDtoUndeterminedTeardownEndInFixedJobError
-
setOptionalPredecessorJob
The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id). If this is not set, fixedJob is set up relative to its device's initialDeviceState.- Specified by:
setOptionalPredecessorJobin interfaceIDtoUndeterminedTeardownEndInFixedJobError
-
equals
-
hashCode
public int hashCode() -
withMessage
-
withFixedJob
The id of the DtoFixedJob with undetermined teardownEnd. -
withOptionalPredecessorJob
public DtoUndeterminedTeardownEndInFixedJobError withOptionalPredecessorJob(String optionalPredecessorJob) The id of the DtoFixedJob that determines the deviceState before fixedJob (maximal teardownEnd before fixedJOb.setupStart, minimal id). If this is not set, fixedJob is set up relative to its device's initialDeviceState.
-