public class SessionDeviceDetail extends AbstractModel
Constructor and Description |
---|
SessionDeviceDetail() |
SessionDeviceDetail(SessionDeviceDetail 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 |
---|---|
Float[] |
getCpuUsed()
Get CPU使用率,单位:%
|
String |
getDeviceId()
Get 设备ID
|
String |
getDeviceType()
Get 设备类型:field或remote
|
Long |
getEndTime()
Get 结束点位时间,单位:秒
|
Long[] |
getFps()
Get 帧率
|
Float[] |
getLost()
Get 丢包率,单位:%
|
Float[] |
getMemUsed()
Get 内存使用率,单位:%
|
Long[] |
getNetworkLatency()
Get 网络时延,单位:ms
|
String |
getProjectId()
Get 项目ID
|
Long[] |
getRate()
Get 码率,单位:kbps
|
String |
getSessionId()
Get 会话ID
|
Long |
getStartTime()
Get 起始点位时间,单位:秒
|
Long[] |
getTimeOffset()
Get 时间偏移量,单位:秒
|
Long[] |
getVideoLatency()
Get 视频时延,单位:ms
|
void |
setCpuUsed(Float[] CpuUsed)
Set CPU使用率,单位:%
|
void |
setDeviceId(String DeviceId)
Set 设备ID
|
void |
setDeviceType(String DeviceType)
Set 设备类型:field或remote
|
void |
setEndTime(Long EndTime)
Set 结束点位时间,单位:秒
|
void |
setFps(Long[] Fps)
Set 帧率
|
void |
setLost(Float[] Lost)
Set 丢包率,单位:%
|
void |
setMemUsed(Float[] MemUsed)
Set 内存使用率,单位:%
|
void |
setNetworkLatency(Long[] NetworkLatency)
Set 网络时延,单位:ms
|
void |
setProjectId(String ProjectId)
Set 项目ID
|
void |
setRate(Long[] Rate)
Set 码率,单位:kbps
|
void |
setSessionId(String SessionId)
Set 会话ID
|
void |
setStartTime(Long StartTime)
Set 起始点位时间,单位:秒
|
void |
setTimeOffset(Long[] TimeOffset)
Set 时间偏移量,单位:秒
|
void |
setVideoLatency(Long[] VideoLatency)
Set 视频时延,单位:ms
|
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 SessionDeviceDetail()
public SessionDeviceDetail(SessionDeviceDetail source)
public String getDeviceType()
public void setDeviceType(String DeviceType)
DeviceType
- 设备类型:field或remotepublic Long getStartTime()
public void setStartTime(Long StartTime)
StartTime
- 起始点位时间,单位:秒public Long getEndTime()
public void setEndTime(Long EndTime)
EndTime
- 结束点位时间,单位:秒public String getSessionId()
public void setSessionId(String SessionId)
SessionId
- 会话IDpublic Long[] getRate()
public void setRate(Long[] Rate)
Rate
- 码率,单位:kbpspublic Long[] getFps()
public void setFps(Long[] Fps)
Fps
- 帧率public Float[] getLost()
public void setLost(Float[] Lost)
Lost
- 丢包率,单位:%public Long[] getNetworkLatency()
public void setNetworkLatency(Long[] NetworkLatency)
NetworkLatency
- 网络时延,单位:mspublic Long[] getVideoLatency()
public void setVideoLatency(Long[] VideoLatency)
VideoLatency
- 视频时延,单位:mspublic Float[] getCpuUsed()
public void setCpuUsed(Float[] CpuUsed)
CpuUsed
- CPU使用率,单位:%public Float[] getMemUsed()
public void setMemUsed(Float[] MemUsed)
MemUsed
- 内存使用率,单位:%public Long[] getTimeOffset()
public void setTimeOffset(Long[] TimeOffset)
TimeOffset
- 时间偏移量,单位:秒public String getProjectId()
public void setProjectId(String ProjectId)
ProjectId
- 项目IDpublic String getDeviceId()
public void setDeviceId(String DeviceId)
DeviceId
- 设备IDCopyright © 2023. All rights reserved.