Interface IDtoUnknownJobInJobSequenceError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoUnknownJobInJobSequenceError
The DtoAbstractJob with id {jobId} is referenced in a sequence in {path} but is not part of the enclosing DtoJobGraph's productionJobs.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetJobId()The id of the job that is not a productionJob of the graph.getPath()The path where the job is referenced.getType()Type of this object.voidThe id of the job that is not a productionJob of the graph.voidsetMessage(String message) voidThe path where the job is referenced.
-
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 where the job is referenced. -
setPath
The path where the job is referenced. -
getJobId
String getJobId()The id of the job that is not a productionJob of the graph. -
setJobId
The id of the job that is not a productionJob of the graph.
-