@@ -15,10 +15,10 @@ public class ViolationStatisticsResponse {
|
||||
private long newViolations;
|
||||
|
||||
@JsonProperty("total_complaints")
|
||||
private int totalComplaints;
|
||||
private Long totalComplaints;
|
||||
|
||||
@JsonProperty("total_law_cases")
|
||||
private int totalLawCases;
|
||||
private Long totalLawCases;
|
||||
|
||||
@JsonProperty("in_progress_violations")
|
||||
private long inProgressViolations;
|
||||
|
||||
Reference in New Issue
Block a user