public static class InboundStatusDto.ErrorDto extends Object
| Modifier and Type | Field and Description | 
|---|---|
| protected String | code | 
| protected String | details | 
| protected String | title | 
| Constructor and Description | 
|---|
| ErrorDto() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCode() | 
| String | getDetails() | 
| String | getTitle() | 
| void | setCode(String code) | 
| void | setDetails(String details) | 
| void | setTitle(String title) | 
Copyright © 2019. All rights reserved.