Interface IDtoDuplicateIdError
- All Superinterfaces:
IDtoAbstractError
- All Known Implementing Classes:
DtoDuplicateIdError
There are multiple {refType} with id {id} in {paths}.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetId()The id (or other kind of reference) that is assigned to multiple objects of the same type.String[]getPaths()The paths where the objects are defined.The type of the referenced object.getType()Type of this object.voidThe id (or other kind of reference) that is assigned to multiple objects of the same type.voidsetMessage(String message) voidThe paths where the objects are defined.voidsetRefType(String refType) The type of the referenced object.
-
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
-
getId
String getId()The id (or other kind of reference) that is assigned to multiple objects of the same type. -
setId
The id (or other kind of reference) that is assigned to multiple objects of the same type. -
getRefType
String getRefType()The type of the referenced object. -
setRefType
The type of the referenced object. -
getPaths
String[] getPaths()The paths where the objects are defined. -
setPaths
The paths where the objects are defined.
-