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 Stringprivate Integerprivate doubleprivate doubleprivate doubleprivate Stringprivate Stringprivate Integerprivate Integerprivate Integerprivate Integerprivate Integerprivate Integerprivate double计算质检率private Stringprivate Integerprivate Stringprivate 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()
-