Interface IDtoUndeclaredTaskParameterKeyError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoUndeclaredTaskParameterKeyError
The object at {path} mentions the key of a TaskParameter by $ that the task does not declare.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetPath()The path of the object mentioning the undeclared task parameter key.getTask()The id of the task the object is refering to.getType()Type of this object.The key mentionend in the object's value, not declared in task.voidsetMessage(String message) voidThe path of the object mentioning the undeclared task parameter key.voidThe id of the task the object is refering to.voidsetUndeclaredKey(String undeclaredKey) The key mentionend in the object's value, not declared in task.
-
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 object mentioning the undeclared task parameter key. -
setPath
The path of the object mentioning the undeclared task parameter key. -
getUndeclaredKey
String getUndeclaredKey()The key mentionend in the object's value, not declared in task. -
setUndeclaredKey
The key mentionend in the object's value, not declared in task. -
getTask
String getTask()The id of the task the object is refering to. -
setTask
The id of the task the object is refering to.
-