File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/com/checkmarx/ast/predicate Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,14 +30,14 @@ public class Predicate {
3030 String createdBy ;
3131 String createdAt ;
3232 String updatedAt ;
33- String stateId ;
33+ Integer stateId ;
3434
3535 @ JsonCreator
3636 public Predicate (@ JsonProperty ("ID" ) String id , @ JsonProperty ("SimilarityID" ) String similarityId ,
3737 @ JsonProperty ("ProjectID" ) String projectId , @ JsonProperty ("State" ) String state ,
3838 @ JsonProperty ("Severity" ) String severity , @ JsonProperty ("Comment" ) String comment ,
3939 @ JsonProperty ("CreatedBy" ) String createdBy , @ JsonProperty ("CreatedAt" ) String createdAt ,
40- @ JsonProperty ("UpdatedAt" ) String updatedAt , @ JsonProperty ("StateId" ) String stateId ) {
40+ @ JsonProperty ("UpdatedAt" ) String updatedAt , @ JsonProperty ("StateId" ) Integer stateId ) {
4141 this .id = id ;
4242 this .similarityId = similarityId ;
4343 this .projectId = projectId ;
You can’t perform that action at this time.
0 commit comments