Interface IDtoInvalidAnchorTimeInFixedJobError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoInvalidAnchorTimeInFixedJobError
The FixedJob at {path} has its anchorTime outside the available times on its device
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetPath()The path of the DtoFixedJob with invalid anchorTime.getType()Type of this object.voidsetMessage(String message) voidThe path of the DtoFixedJob with invalid anchorTime.
-
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
-
getPath
String getPath()The path of the DtoFixedJob with invalid anchorTime. -
setPath
The path of the DtoFixedJob with invalid anchorTime.
-