File tree Expand file tree Collapse file tree
src/main/java/com/shipengine Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66public class ErrorResponse
77{
8- private String requestId ;
9- private ArrayList <Map <String , String >> errors ;
10-
11- public String getRequestId () {
12- return this .requestId ;
13- }
14-
15- public ArrayList <Map <String , String >> getErrors () {
16- return this .errors ;
17- }
18-
19- public void setRequestId (String requestId ) {
20- this .requestId = requestId ;
21- }
22-
23- public void setErrors (ArrayList <Map <String , String >> errors )
24- {
25- this .errors = errors ;
26- }
27-
28- public ErrorResponse ()
29- { }
8+ private String requestId ;
9+ private ArrayList <Map <String , String >> errors ;
10+
11+ public String getRequestId () {
12+ return this .requestId ;
13+ }
14+
15+ public ArrayList <Map <String , String >> getErrors () {
16+ return this .errors ;
17+ }
18+
19+ public void setRequestId (String requestId ) {
20+ this .requestId = requestId ;
21+ }
22+
23+ public void setErrors (ArrayList <Map <String , String >> errors )
24+ {
25+ this .errors = errors ;
26+ }
27+
28+ public ErrorResponse () {
29+ }
3030}
You can’t perform that action at this time.
0 commit comments