Class InboundErrorDto

java.lang.Object
com.flowable.engage.external.system.dto.InboundErrorDto

public class InboundErrorDto extends Object
Author:
Filip Hrisafov
  • Field Details

    • type

      protected String type
    • code

      protected String code
    • title

      protected String title
    • details

      protected String details
    • businessAccountId

      protected String businessAccountId
    • username

      protected String username
    • extraInfo

      protected Map<String,Object> extraInfo
  • Constructor Details

    • InboundErrorDto

      public InboundErrorDto()
  • Method Details

    • 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)
    • getExtraInfo

      public Map<String,Object> getExtraInfo()
    • addExtraInfo

      public void addExtraInfo(String key, Object value)
    • setExtraInfo

      public void setExtraInfo(Map<String,Object> extraInfo)