Class DtoUndeterminedDeviceStateError
java.lang.Object
com.vernaio.kayros.engine.v2.exception.dto.DtoUndeterminedDeviceStateError
- All Implemented Interfaces:
IDtoAbstractError,IDtoUndeterminedDeviceStateError
public class DtoUndeterminedDeviceStateError
extends Object
implements IDtoUndeterminedDeviceStateError
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 inherited from interface com.vernaio.kayros.engine.v2.exception.dto.IDtoUndeterminedDeviceStateError
_DISCRIMINATOR_TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDtoUndeterminedDeviceStateError(String message, String path) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPath()The path of the DtoDeviceState whose value contains '$'.getType()Type of this object.inthashCode()voidsetMessage(String message) voidThe path of the DtoDeviceState whose value contains '$'.withMessage(String message) The path of the DtoDeviceState whose value contains '$'.
-
Constructor Details
-
DtoUndeterminedDeviceStateError
protected DtoUndeterminedDeviceStateError() -
DtoUndeterminedDeviceStateError
-
-
Method Details
-
getType
Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError- Specified by:
getTypein interfaceIDtoUndeterminedDeviceStateError
-
getMessage
- Specified by:
getMessagein interfaceIDtoAbstractError- Specified by:
getMessagein interfaceIDtoUndeterminedDeviceStateError
-
setMessage
- Specified by:
setMessagein interfaceIDtoAbstractError- Specified by:
setMessagein interfaceIDtoUndeterminedDeviceStateError
-
getPath
The path of the DtoDeviceState whose value contains '$'.- Specified by:
getPathin interfaceIDtoUndeterminedDeviceStateError
-
setPath
The path of the DtoDeviceState whose value contains '$'.- Specified by:
setPathin interfaceIDtoUndeterminedDeviceStateError
-
withMessage
-
withPath
The path of the DtoDeviceState whose value contains '$'. -
equals
-
hashCode
public int hashCode()
-