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