Package com.bytedesk.call.cdr
Class CallCdrService.CallStatistics.CallStatisticsBuilder
java.lang.Object
com.bytedesk.call.cdr.CallCdrService.CallStatistics.CallStatisticsBuilder
- Enclosing class:
- CallCdrService.CallStatistics
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate longprivate doubleprivate doubleprivate longprivate longprivate long -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionansweredCalls(long answeredCalls) answerRate(double answerRate) avgDuration(double avgDuration) build()missedCalls(long missedCalls) totalCalls(long totalCalls) totalDuration(long totalDuration)
-
Field Details
-
totalCalls
private long totalCalls -
answeredCalls
private long answeredCalls -
missedCalls
private long missedCalls -
answerRate
private double answerRate -
totalDuration
private long totalDuration -
avgDuration
private double avgDuration
-
-
Constructor Details
-
CallStatisticsBuilder
public CallStatisticsBuilder()
-
-
Method Details
-
totalCalls
-
answeredCalls
-
missedCalls
-
answerRate
-
totalDuration
-
avgDuration
-
build
-