public class AbnormalEventDimensionValue extends Object
| Constructor and Description |
|---|
AbnormalEventDimensionValue() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getAbnormalFactor()
异常因素 当异常类型为1时,异常因素取值范围为: - 1:建链失败 - 2:房间非空闲 - 3:服务器异常 - 4:服务器反馈503 - 5:鉴权失败 - 6:鉴权重试 - 7:时钟同步失败 - 8:url错误 -
9:终端内部异常 - 90000004:SDK发出的加入房间信令响应超时 - 90100009:web侧没有收到MSP下发的配置信息 - 90100008:websocket链路建链失败 -
10000001:服务侧返回的异常信息 - 31000003:服务侧返回的异常信息 - 32000030:服务侧返回的异常信息 - 15:浏览器设置sdp异常 当异常类型为2或者3时,异常因素取值范围为: -
1:系统CPU占用高 - 2:App CPU占用高 - 3:音频上行网络延时 - 4:音频上行网络抖动 - 5:视频上行网络延时 - 6:视频上行网络抖动 - 7:音频下行网络延时 - 8:音频下行网络抖动 -
9:视频下行网络延时 - 10:视频下行网络抖动 - 11:上行音频丢包 - 12:上行视频丢包 - 13:下行音频丢包 - 14:下行视频丢包 - 15:下行音频无声音 - 16:其他 - 17:对端用户离线 -
18:对端用户无码流 - 19:对端用户无帧率 - 20:本端服务器下行无码流 - 21:本端服务器下行无帧率 minimum: 0 maximum: 15
|
String |
getAbnormalFactorDesc()
异常因素描述,支持国际化 当异常类型为1时,异常因素描述与异常因素对应,取值范围为: - 建链失败 - 房间非空闲 - 服务器异常 - 服务器反馈503 - 鉴权失败 - 鉴权重试 - 时钟同步失败 - url错误 -
终端内部异常 - SDK发出的加入房间信令响应超时 - web侧没有收到MSP下发的配置信息 - websocket链路建链失败 - 服务侧返回的异常信息 - 服务侧返回的异常信息 - 服务侧返回的异常信息 -
浏览器设置sdp异常 当异常类型为2或者3时,异常因素描述与异常因素对应,取值范围为: - 系统CPU占用高 - App CPU占用高 - 音频上行网络延时 - 音频上行网络抖动 - 视频上行网络延时 - 视频上行网络抖动 -
音频下行网络延时 - 音频下行网络抖动 - 视频下行网络延时 - 视频下行网络抖动 - 上行音频丢包 - 上行视频丢包 - 下行音频丢包 - 下行视频丢包 - 下行音频无声音 - 其他 - 对端用户离线 - 对端用户无码流 -
对端用户无帧率 - 本端服务器下行无码流 - 本端服务器下行无帧率 其他情况,异常因素描述为:其他
|
Integer |
getAbnormalType()
异常类型: - 1:进房慢(5s加入房间失败) - 2:视频卡顿 - 3:音频卡顿 minimum: 0 maximum: 15
|
String |
getAbnormalTypeDesc()
异常类型描述与异常类型对应,支持国际化,取值范围为: - 进房慢(5s加入房间失败) - 视频卡顿 - 音频卡顿
|
Long |
getUserCount()
异常影响的用户数 minimum: 0 maximum: 1844674407
|
int |
hashCode() |
void |
setAbnormalFactor(Integer abnormalFactor) |
void |
setAbnormalFactorDesc(String abnormalFactorDesc) |
void |
setAbnormalType(Integer abnormalType) |
void |
setAbnormalTypeDesc(String abnormalTypeDesc) |
void |
setUserCount(Long userCount) |
String |
toString() |
AbnormalEventDimensionValue |
withAbnormalFactor(Integer abnormalFactor) |
AbnormalEventDimensionValue |
withAbnormalFactorDesc(String abnormalFactorDesc) |
AbnormalEventDimensionValue |
withAbnormalType(Integer abnormalType) |
AbnormalEventDimensionValue |
withAbnormalTypeDesc(String abnormalTypeDesc) |
AbnormalEventDimensionValue |
withUserCount(Long userCount) |
public AbnormalEventDimensionValue withAbnormalType(Integer abnormalType)
public Integer getAbnormalType()
public void setAbnormalType(Integer abnormalType)
public AbnormalEventDimensionValue withAbnormalTypeDesc(String abnormalTypeDesc)
public String getAbnormalTypeDesc()
public void setAbnormalTypeDesc(String abnormalTypeDesc)
public AbnormalEventDimensionValue withAbnormalFactor(Integer abnormalFactor)
public Integer getAbnormalFactor()
public void setAbnormalFactor(Integer abnormalFactor)
public AbnormalEventDimensionValue withAbnormalFactorDesc(String abnormalFactorDesc)
public String getAbnormalFactorDesc()
public void setAbnormalFactorDesc(String abnormalFactorDesc)
public AbnormalEventDimensionValue withUserCount(Long userCount)
public Long getUserCount()
public void setUserCount(Long userCount)
Copyright © 2022. All rights reserved.