Interface IDtoInvalidTaskParameterEqualityJobRequirementError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoInvalidTaskParameterEqualityJobRequirementError
The TaskParameterEqualityJobRequirement at {path} does not fit the task of the underlying process. Either the task does not declare key or the task declares value as float but value cannot be parsed by Double.valueOf()
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetPath()The path to the invalid jobRequirement.getType()Type of this object.voidsetMessage(String message) voidThe path to the invalid jobRequirement.
-
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 to the invalid jobRequirement. -
setPath
The path to the invalid jobRequirement.
-