File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
src/main/java/io/securecodebox/persistence/defectdojo/models Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -43,19 +43,22 @@ public class RiskAcceptance extends DefectDojoModel {
43
43
String decision ;
44
44
45
45
@ JsonProperty ("decision_details" )
46
- String decision_details ;
46
+ String decisionDetails ;
47
47
48
48
@ JsonProperty
49
49
String path ;
50
50
51
- @ JsonProperty
52
- String accepted_by ;
51
+ @ JsonProperty ( "accepted_by" )
52
+ String acceptedBy ;
53
53
54
- @ JsonProperty
55
- String expiration_date ;
54
+ @ JsonProperty ( "expiration_date" )
55
+ LocalDateTime expirationDate ;
56
56
57
- @ JsonProperty
58
- Boolean expiration_date_handled ;
57
+ @ JsonProperty ("expiration_date_warned" )
58
+ LocalDateTime expirationDateWarned ;
59
+
60
+ @ JsonProperty ("expiration_date_handled" )
61
+ LocalDateTime expirationDateHandled ;
59
62
60
63
@ JsonProperty ("created" )
61
64
LocalDateTime createdAt ;
You can’t perform that action at this time.
0 commit comments