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 StringgetCode()StringgetDetails()StringgetTitle()voidsetCode(String code)voidsetDetails(String details)voidsetTitle(String title)
-