Interface IDtoDuplicateJobInSequencesError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoDuplicateJobInSequencesError
The jobId {jobId} is contained multiple times in the sequences: {paths}.
-
Field Summary
Fields -
Method Summary
-
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
-
getPaths
String[] getPaths()The paths where the job is mentionend in sequences -
setPaths
The paths where the job is mentionend in sequences -
getJobId
String getJobId()the duplicate jobId. -
setJobId
the duplicate jobId.
-