Class InboundStatusDto.ErrorDto
- java.lang.Object
-
- com.flowable.engage.external.system.dto.InboundStatusDto.ErrorDto
-
- Enclosing class:
- InboundStatusDto
public static class InboundStatusDto.ErrorDto extends Object
-
-
Constructor Summary
Constructors Constructor Description ErrorDto()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCode()
String
getDetails()
String
getTitle()
void
setCode(String code)
void
setDetails(String details)
void
setTitle(String title)
-