|
@@ -33,7 +33,7 @@ public class ExamPropCountDto implements Serializable {
|
|
|
private Integer examCount;//考试中
|
|
|
|
|
|
@ApiModelProperty(name = "客户端通讯故障")
|
|
|
- private Integer clientCommunicationStatusCount;//客户端通讯故障
|
|
|
+ private Integer clientWebsocketStatusCount;//客户端通讯故障
|
|
|
|
|
|
@ApiModelProperty(name = "监控设备通讯故障")
|
|
|
private Integer monitorStatusSourceCount;//监控设备通讯故障
|
|
@@ -69,13 +69,13 @@ public class ExamPropCountDto implements Serializable {
|
|
|
|
|
|
}
|
|
|
|
|
|
- public ExamPropCountDto(Long examId, Integer allCount, Integer loginCount, Integer prepareCount, Integer examCount, Integer clientCommunicationStatusCount, Integer monitorStatusSourceCount, Integer alreadyComplete, Integer notComplete, Set<String> roomCodes, BigDecimal completionRate) {
|
|
|
+ public ExamPropCountDto(Long examId, Integer allCount, Integer loginCount, Integer prepareCount, Integer examCount, Integer clientWebsocketStatusCount, Integer monitorStatusSourceCount, Integer alreadyComplete, Integer notComplete, Set<String> roomCodes, BigDecimal completionRate) {
|
|
|
this.examId = examId;
|
|
|
this.allCount = allCount;
|
|
|
this.loginCount = loginCount;
|
|
|
this.prepareCount = prepareCount;
|
|
|
this.examCount = examCount;
|
|
|
- this.clientCommunicationStatusCount = clientCommunicationStatusCount;
|
|
|
+ this.clientWebsocketStatusCount = clientWebsocketStatusCount;
|
|
|
this.monitorStatusSourceCount = monitorStatusSourceCount;
|
|
|
this.alreadyComplete = alreadyComplete;
|
|
|
this.notComplete = notComplete;
|
|
@@ -83,13 +83,13 @@ public class ExamPropCountDto implements Serializable {
|
|
|
this.completionRate = completionRate;
|
|
|
}
|
|
|
|
|
|
- public ExamPropCountDto(Long examId, Integer allCount, Integer loginCount, Integer prepareCount, Integer examCount, Integer clientCommunicationStatusCount, Integer monitorStatusSourceCount, Integer alreadyComplete, Integer notComplete, BigDecimal completionRate) {
|
|
|
+ public ExamPropCountDto(Long examId, Integer allCount, Integer loginCount, Integer prepareCount, Integer examCount, Integer clientWebsocketStatusCount, Integer monitorStatusSourceCount, Integer alreadyComplete, Integer notComplete, BigDecimal completionRate) {
|
|
|
this.examId = examId;
|
|
|
this.allCount = allCount;
|
|
|
this.loginCount = loginCount;
|
|
|
this.prepareCount = prepareCount;
|
|
|
this.examCount = examCount;
|
|
|
- this.clientCommunicationStatusCount = clientCommunicationStatusCount;
|
|
|
+ this.clientWebsocketStatusCount = clientWebsocketStatusCount;
|
|
|
this.monitorStatusSourceCount = monitorStatusSourceCount;
|
|
|
this.alreadyComplete = alreadyComplete;
|
|
|
this.notComplete = notComplete;
|
|
@@ -192,12 +192,12 @@ public class ExamPropCountDto implements Serializable {
|
|
|
this.examCount = examCount;
|
|
|
}
|
|
|
|
|
|
- public Integer getClientCommunicationStatusCount() {
|
|
|
- return clientCommunicationStatusCount;
|
|
|
+ public Integer getClientWebsocketStatusCount() {
|
|
|
+ return clientWebsocketStatusCount;
|
|
|
}
|
|
|
|
|
|
- public void setClientCommunicationStatusCount(Integer clientCommunicationStatusCount) {
|
|
|
- this.clientCommunicationStatusCount = clientCommunicationStatusCount;
|
|
|
+ public void setClientWebsocketStatusCount(Integer clientWebsocketStatusCount) {
|
|
|
+ this.clientWebsocketStatusCount = clientWebsocketStatusCount;
|
|
|
}
|
|
|
|
|
|
public Integer getMonitorStatusSourceCount() {
|