Class DtoUndeterminedSetupStartInFixedJobError
java.lang.Object
com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedSetupStartInFixedJobError
- All Implemented Interfaces:
IDtoAbstractError,IDtoUndeterminedSetupStartInFixedJobError
public class DtoUndeterminedSetupStartInFixedJobError
extends Object
implements IDtoUndeterminedSetupStartInFixedJobError
The FixedJob with id {fixedJob} would initially have a setupStart before all available times on its device, so setupStart cannot be determined.
-
Field Summary
Fields inherited from interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedSetupStartInFixedJobError
_DISCRIMINATOR_TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDtoUndeterminedSetupStartInFixedJobError(String message, String fixedJob) -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe id of the DtoFixedJob with undetermined setupStart.getType()Type of this object.inthashCode()voidsetFixedJob(String fixedJob) The id of the DtoFixedJob with undetermined setupStart.voidsetMessage(String message) withFixedJob(String fixedJob) The id of the DtoFixedJob with undetermined setupStart.withMessage(String message)
-
Constructor Details
-
DtoUndeterminedSetupStartInFixedJobError
protected DtoUndeterminedSetupStartInFixedJobError() -
DtoUndeterminedSetupStartInFixedJobError
-
-
Method Details
-
getType
Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError- Specified by:
getTypein interfaceIDtoUndeterminedSetupStartInFixedJobError
-
getMessage
- Specified by:
getMessagein interfaceIDtoAbstractError- Specified by:
getMessagein interfaceIDtoUndeterminedSetupStartInFixedJobError
-
setMessage
- Specified by:
setMessagein interfaceIDtoAbstractError- Specified by:
setMessagein interfaceIDtoUndeterminedSetupStartInFixedJobError
-
getFixedJob
The id of the DtoFixedJob with undetermined setupStart.- Specified by:
getFixedJobin interfaceIDtoUndeterminedSetupStartInFixedJobError
-
setFixedJob
The id of the DtoFixedJob with undetermined setupStart.- Specified by:
setFixedJobin interfaceIDtoUndeterminedSetupStartInFixedJobError
-
equals
-
hashCode
public int hashCode() -
withMessage
-
withFixedJob
The id of the DtoFixedJob with undetermined setupStart.
-