Class QualityStatisticResponse
java.lang.Object
com.bytedesk.core.base.BaseResponse
com.bytedesk.service.quality_statistic.QualityStatisticResponse
- All Implemented Interfaces:
Serializable
QualityStatistic response for quality inspection statistics
Provides comprehensive quality inspection statistics and analysis data
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate String
private Integer
private double
private double
private double
private String
private String
private Integer
private Integer
private Integer
private Integer
private Integer
private Integer
private double
计算质检率private String
private Integer
private String
private String
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.bytedesk.core.base.BaseResponse
getCreatedAt, getUpdatedAt, toJson
-
Field Details
-
totalThreadCount
-
qualityCheckCount
-
appealCount
-
excellentCount
-
goodCount
-
passCount
-
failCount
-
avgScore
private double avgScore -
avgBonusScore
private double avgBonusScore -
avgDeductionScore
private double avgDeductionScore -
type
-
workgroupUid
-
agentUid
-
robotUid
-
hour
-
date
-
channel
-
qualityCheckRate
private double qualityCheckRate计算质检率
-
-
Constructor Details
-
QualityStatisticResponse
public QualityStatisticResponse()
-