类 QualityNetwork.Builder
java.lang.Object
com.lark.oapi.service.vc.v1.model.QualityNetwork.Builder
- 封闭类:
QualityNetwork
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明bitrateReceived(String bitrateReceived) 码率(接收)bitrateSent(String bitrateSent) 码率(发送)build()networkDelay(String networkDelay) 网络延迟packetLossAvgReceived(String packetLossAvgReceived) 丢包 - 平均(接收)packetLossAvgSent(String packetLossAvgSent) 丢包 - 平均(发送)packetLossMaxReceived(String packetLossMaxReceived) 丢包 - 最大(接收)packetLossMaxSent(String packetLossMaxSent) 丢包 - 最大(发送)时间
-
构造器详细资料
-
Builder
public Builder()
-
-
方法详细资料
-
time
时间示例值:2022.12.23 11:16:00 (GMT+08:00)
- 参数:
time-- 返回:
-
networkDelay
网络延迟示例值:100ms
- 参数:
networkDelay-- 返回:
-
bitrateReceived
码率(接收)示例值:8kbps
- 参数:
bitrateReceived-- 返回:
-
packetLossAvgReceived
丢包 - 平均(接收)示例值:8%
- 参数:
packetLossAvgReceived-- 返回:
-
packetLossMaxReceived
丢包 - 最大(接收)示例值:9%
- 参数:
packetLossMaxReceived-- 返回:
-
bitrateSent
码率(发送)示例值:9kbps
- 参数:
bitrateSent-- 返回:
-
packetLossAvgSent
丢包 - 平均(发送)示例值:8%
- 参数:
packetLossAvgSent-- 返回:
-
packetLossMaxSent
丢包 - 最大(发送)示例值:10%
- 参数:
packetLossMaxSent-- 返回:
-
build
-