Interface IDtoInvalidStartAndEndTimeError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoInvalidStartAndEndTimeError
The object of type {objectType} at {path} has start bigger or equal to end.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionThe type of the object.getPath()The path of the object with invalid start/end time.getType()Type of this object.voidsetMessage(String message) voidsetObjectType(String objectType) The type of the object.voidThe path of the object with invalid start/end time.
-
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 with invalid start/end time. -
setPath
The path of the object with invalid start/end time. -
getObjectType
String getObjectType()The type of the object. -
setObjectType
The type of the object.
-