Interface IDtoUndeterminedDeviceStateError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoUndeterminedDeviceStateError
The DtoDeviceState at {path} references the value of a DtoTaskParameter by '$' but has to be fully determined without reference to a DtoProductionJob.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetPath()The path of the DtoDeviceState whose value contains '$'.getType()Type of this object.voidsetMessage(String message) voidThe path of the DtoDeviceState whose value contains '$'.
-
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 DtoDeviceState whose value contains '$'. -
setPath
The path of the DtoDeviceState whose value contains '$'.
-