Class DtoUnknownJobInJobSequenceError
java.lang.Object
com.vernaio.kayros.engine.v2.exception.dto.DtoUnknownJobInJobSequenceError
- All Implemented Interfaces:
IDtoAbstractError,IDtoUnknownJobInJobSequenceError
public class DtoUnknownJobInJobSequenceError
extends Object
implements IDtoUnknownJobInJobSequenceError
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 inherited from interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUnknownJobInJobSequenceError
_DISCRIMINATOR_TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDtoUnknownJobInJobSequenceError(String message, String path, String jobId) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetJobId()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.inthashCode()voidThe id of the job that is not a productionJob of the graph.voidsetMessage(String message) voidThe path where the job is referenced.The id of the job that is not a productionJob of the graph.withMessage(String message) The path where the job is referenced.
-
Constructor Details
-
DtoUnknownJobInJobSequenceError
protected DtoUnknownJobInJobSequenceError() -
DtoUnknownJobInJobSequenceError
-
-
Method Details
-
getType
Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError- Specified by:
getTypein interfaceIDtoUnknownJobInJobSequenceError
-
getMessage
- Specified by:
getMessagein interfaceIDtoAbstractError- Specified by:
getMessagein interfaceIDtoUnknownJobInJobSequenceError
-
setMessage
- Specified by:
setMessagein interfaceIDtoAbstractError- Specified by:
setMessagein interfaceIDtoUnknownJobInJobSequenceError
-
getPath
The path where the job is referenced.- Specified by:
getPathin interfaceIDtoUnknownJobInJobSequenceError
-
setPath
The path where the job is referenced.- Specified by:
setPathin interfaceIDtoUnknownJobInJobSequenceError
-
getJobId
The id of the job that is not a productionJob of the graph.- Specified by:
getJobIdin interfaceIDtoUnknownJobInJobSequenceError
-
setJobId
The id of the job that is not a productionJob of the graph.- Specified by:
setJobIdin interfaceIDtoUnknownJobInJobSequenceError
-
equals
-
hashCode
public int hashCode() -
withMessage
-
withPath
The path where the job is referenced. -
withJobId
The id of the job that is not a productionJob of the graph.
-