Class DtoInvalidAnchorTimeInFixedJobError
java.lang.Object
com.vernaio.kayros.engine.v2.exception.dto.DtoInvalidAnchorTimeInFixedJobError
- All Implemented Interfaces:
IDtoAbstractError,IDtoInvalidAnchorTimeInFixedJobError
public class DtoInvalidAnchorTimeInFixedJobError
extends Object
implements IDtoInvalidAnchorTimeInFixedJobError
The FixedJob at {path} has its anchorTime outside the available times on its device
-
Field Summary
Fields inherited from interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInvalidAnchorTimeInFixedJobError
_DISCRIMINATOR_TYPE_NAME -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedDtoInvalidAnchorTimeInFixedJobError(String message, String path) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetPath()The path of the DtoFixedJob with invalid anchorTime.getType()Type of this object.inthashCode()voidsetMessage(String message) voidThe path of the DtoFixedJob with invalid anchorTime.withMessage(String message) The path of the DtoFixedJob with invalid anchorTime.
-
Constructor Details
-
DtoInvalidAnchorTimeInFixedJobError
protected DtoInvalidAnchorTimeInFixedJobError() -
DtoInvalidAnchorTimeInFixedJobError
-
-
Method Details
-
getType
Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError- Specified by:
getTypein interfaceIDtoInvalidAnchorTimeInFixedJobError
-
getMessage
- Specified by:
getMessagein interfaceIDtoAbstractError- Specified by:
getMessagein interfaceIDtoInvalidAnchorTimeInFixedJobError
-
setMessage
- Specified by:
setMessagein interfaceIDtoAbstractError- Specified by:
setMessagein interfaceIDtoInvalidAnchorTimeInFixedJobError
-
getPath
The path of the DtoFixedJob with invalid anchorTime.- Specified by:
getPathin interfaceIDtoInvalidAnchorTimeInFixedJobError
-
setPath
The path of the DtoFixedJob with invalid anchorTime.- Specified by:
setPathin interfaceIDtoInvalidAnchorTimeInFixedJobError
-
withMessage
-
withPath
The path of the DtoFixedJob with invalid anchorTime. -
equals
-
hashCode
public int hashCode()
-