We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 250a8e3 commit 54fcb37Copy full SHA for 54fcb37
src/main/java/org/gridsuite/study/server/dto/LimitViolationInfos.java
@@ -30,12 +30,18 @@ public class LimitViolationInfos {
30
31
private String limitName;
32
33
+ private String nextLimitName;
34
+
35
private Integer actualOverloadDuration;
36
37
private Integer upComingOverloadDuration;
38
39
private Double overload;
40
41
+ private Double patlLimit;
42
43
+ private Double patlOverload;
44
45
private Double value;
46
47
private String side;
0 commit comments