Interface IDtoConflictingTaskParameterDeclarationsError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoConflictingTaskParameterDeclarationsError
The task at {path} contains multiple declaration for the parameter-key {parameter}.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe key of the parameter that has multiple declarations.getPath()The path of the task that has multiple declarations for one parameter.getType()Type of this object.voidsetMessage(String message) voidsetParameter(String parameter) The key of the parameter that has multiple declarations.voidThe path of the task that has multiple declarations for one parameter.
-
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 task that has multiple declarations for one parameter. -
setPath
The path of the task that has multiple declarations for one parameter. -
getParameter
String getParameter()The key of the parameter that has multiple declarations. -
setParameter
The key of the parameter that has multiple declarations.
-