Class InboundErrorDto
java.lang.Object
com.flowable.engage.external.system.dto.InboundErrorDto
- Author:
- Filip Hrisafov
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExtraInfo(String key, Object value) getCode()getTitle()getType()voidsetBusinessAccountId(String businessAccountId) voidvoidsetDetails(String details) voidsetExtraInfo(Map<String, Object> extraInfo) voidvoidvoidsetUsername(String username)
-
Field Details
-
type
-
code
-
title
-
details
-
businessAccountId
-
username
-
extraInfo
-
-
Constructor Details
-
InboundErrorDto
public InboundErrorDto()
-
-
Method Details
-
getType
-
setType
-
getCode
-
setCode
-
getTitle
-
setTitle
-
getDetails
-
setDetails
-
getBusinessAccountId
-
setBusinessAccountId
-
getUsername
-
setUsername
-
getExtraInfo
-
addExtraInfo
-
setExtraInfo
-