Class InboundErrorDto
- java.lang.Object
-
- com.flowable.engage.external.system.dto.InboundErrorDto
-
public class InboundErrorDto extends Object
- Author:
- Filip Hrisafov
-
-
Constructor Summary
Constructors Constructor Description InboundErrorDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addExtraInfo(String key, Object value)
String
getBusinessAccountId()
String
getCode()
String
getDetails()
Map<String,Object>
getExtraInfo()
String
getTitle()
String
getType()
String
getUsername()
void
setBusinessAccountId(String businessAccountId)
void
setCode(String code)
void
setDetails(String details)
void
setExtraInfo(Map<String,Object> extraInfo)
void
setTitle(String title)
void
setType(String type)
void
setUsername(String username)
-
-
-
Method Detail
-
getType
public String getType()
-
setType
public void setType(String type)
-
getCode
public String getCode()
-
setCode
public void setCode(String code)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getDetails
public String getDetails()
-
setDetails
public void setDetails(String details)
-
getBusinessAccountId
public String getBusinessAccountId()
-
setBusinessAccountId
public void setBusinessAccountId(String businessAccountId)
-
getUsername
public String getUsername()
-
setUsername
public void setUsername(String username)
-
-