Skip to content

Commit 54fcb37

Browse files
authored
feat: add fields to limit violations (#826)
Signed-off-by: LE SAULNIER Kevin <[email protected]>
1 parent 250a8e3 commit 54fcb37

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/main/java/org/gridsuite/study/server/dto/LimitViolationInfos.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,18 @@ public class LimitViolationInfos {
3030

3131
private String limitName;
3232

33+
private String nextLimitName;
34+
3335
private Integer actualOverloadDuration;
3436

3537
private Integer upComingOverloadDuration;
3638

3739
private Double overload;
3840

41+
private Double patlLimit;
42+
43+
private Double patlOverload;
44+
3945
private Double value;
4046

4147
private String side;

0 commit comments

Comments
 (0)