Interface IDtoUndeterminedSetupStartInFixedJobError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoUndeterminedSetupStartInFixedJobError
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 -
Method Summary
Modifier and TypeMethodDescriptionThe id of the DtoFixedJob with undetermined setupStart.getType()Type of this object.voidsetFixedJob(String fixedJob) The id of the DtoFixedJob with undetermined setupStart.voidsetMessage(String message)
-
Field Details
-
_DISCRIMINATOR_TYPE_NAME
- See Also:
-
-
Method Details
-
getType
String getType()Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError
-
getMessage
String getMessage()- Specified by:
getMessagein interfaceIDtoAbstractError
-
setMessage
- Specified by:
setMessagein interfaceIDtoAbstractError
-
getFixedJob
String getFixedJob()The id of the DtoFixedJob with undetermined setupStart. -
setFixedJob
The id of the DtoFixedJob with undetermined setupStart.
-