Interface IDtoNonTrivialLinearMaterialConsumptionError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoNonTrivialLinearMaterialConsumptionError
The material consumption at {path} has start!=end. At the moment, Linear Material Consumption is not yet implemented, you can only set start==end.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetPath()The path of the material consumption.getType()Type of this object.voidsetMessage(String message) voidThe path of the material consumption.
-
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 material consumption. -
setPath
The path of the material consumption.
-