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 {
4343 String decision ;
4444
4545 @ JsonProperty ("decision_details" )
46- String decision_details ;
46+ String decisionDetails ;
4747
4848 @ JsonProperty
4949 String path ;
5050
51- @ JsonProperty
52- String accepted_by ;
51+ @ JsonProperty ( "accepted_by" )
52+ String acceptedBy ;
5353
54- @ JsonProperty
55- String expiration_date ;
54+ @ JsonProperty ( "expiration_date" )
55+ LocalDateTime expirationDate ;
5656
57- @ JsonProperty
58- Boolean expiration_date_handled ;
57+ @ JsonProperty ("expiration_date_warned" )
58+ LocalDateTime expirationDateWarned ;
59+
60+ @ JsonProperty ("expiration_date_handled" )
61+ LocalDateTime expirationDateHandled ;
5962
6063 @ JsonProperty ("created" )
6164 LocalDateTime createdAt ;
You can’t perform that action at this time.
0 commit comments