public class CallInMetrics extends AbstractModel
Constructor and Description |
---|
CallInMetrics() |
CallInMetrics(CallInMetrics source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Long |
getAcceptCount()
Get 接通中数量
|
Long |
getAvgAcceptDuration()
Get 平均接通时长
|
Long |
getAvgQueueDuration()
Get 平均排队时长
|
Long |
getAvgRingDuration()
Get 平均振铃时长
|
Long |
getIvrCount()
Get IVR驻留数量
|
Long |
getMaxAcceptDuration()
Get 最大接通时长
|
Long |
getMaxQueueDuration()
Get 最大排队时长
|
Long |
getMaxRingDuration()
Get 最大振铃时长
|
Long |
getQueueCount()
Get 排队中数量
|
Long |
getRingCount()
Get 振铃中数量
|
Long |
getTransferOuterCount()
Get 客服转接外线中数量
|
void |
setAcceptCount(Long AcceptCount)
Set 接通中数量
|
void |
setAvgAcceptDuration(Long AvgAcceptDuration)
Set 平均接通时长
|
void |
setAvgQueueDuration(Long AvgQueueDuration)
Set 平均排队时长
|
void |
setAvgRingDuration(Long AvgRingDuration)
Set 平均振铃时长
|
void |
setIvrCount(Long IvrCount)
Set IVR驻留数量
|
void |
setMaxAcceptDuration(Long MaxAcceptDuration)
Set 最大接通时长
|
void |
setMaxQueueDuration(Long MaxQueueDuration)
Set 最大排队时长
|
void |
setMaxRingDuration(Long MaxRingDuration)
Set 最大振铃时长
|
void |
setQueueCount(Long QueueCount)
Set 排队中数量
|
void |
setRingCount(Long RingCount)
Set 振铃中数量
|
void |
setTransferOuterCount(Long TransferOuterCount)
Set 客服转接外线中数量
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public CallInMetrics()
public CallInMetrics(CallInMetrics source)
public Long getIvrCount()
public void setIvrCount(Long IvrCount)
IvrCount
- IVR驻留数量public Long getQueueCount()
public void setQueueCount(Long QueueCount)
QueueCount
- 排队中数量public Long getRingCount()
public void setRingCount(Long RingCount)
RingCount
- 振铃中数量public Long getAcceptCount()
public void setAcceptCount(Long AcceptCount)
AcceptCount
- 接通中数量public Long getTransferOuterCount()
public void setTransferOuterCount(Long TransferOuterCount)
TransferOuterCount
- 客服转接外线中数量public Long getMaxQueueDuration()
public void setMaxQueueDuration(Long MaxQueueDuration)
MaxQueueDuration
- 最大排队时长public Long getAvgQueueDuration()
public void setAvgQueueDuration(Long AvgQueueDuration)
AvgQueueDuration
- 平均排队时长public Long getMaxRingDuration()
public void setMaxRingDuration(Long MaxRingDuration)
MaxRingDuration
- 最大振铃时长public Long getAvgRingDuration()
public void setAvgRingDuration(Long AvgRingDuration)
AvgRingDuration
- 平均振铃时长public Long getMaxAcceptDuration()
public void setMaxAcceptDuration(Long MaxAcceptDuration)
MaxAcceptDuration
- 最大接通时长public Long getAvgAcceptDuration()
public void setAvgAcceptDuration(Long AvgAcceptDuration)
AvgAcceptDuration
- 平均接通时长Copyright © 2022. All rights reserved.