Interface IDtoInvalidStartAndEndTimingError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoInvalidStartAndEndTimingError
The object at {path} declares startTime {startTime}, that will be after or at the declared endTime {endTime}.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetEnd()the declared end timing (DtoAbstractTiming)getPath()The path of the object that has an invalid startTime/endTime combinationgetStart()the declared start timing (DtoAbstractTiming)getType()Type of this object.voidthe declared end timing (DtoAbstractTiming)voidsetMessage(String message) voidThe path of the object that has an invalid startTime/endTime combinationvoidthe declared start timing (DtoAbstractTiming)
-
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 object that has an invalid startTime/endTime combination -
setPath
The path of the object that has an invalid startTime/endTime combination -
getStart
String getStart()the declared start timing (DtoAbstractTiming) -
setStart
the declared start timing (DtoAbstractTiming) -
getEnd
String getEnd()the declared end timing (DtoAbstractTiming) -
setEnd
the declared end timing (DtoAbstractTiming)
-