public class SdkAppIdTrtcMcuTranscodeTimeUsage extends AbstractModel
Constructor and Description |
---|
SdkAppIdTrtcMcuTranscodeTimeUsage() |
SdkAppIdTrtcMcuTranscodeTimeUsage(SdkAppIdTrtcMcuTranscodeTimeUsage 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 |
getAudioTime()
Get 语音时长,单位:秒。
|
String |
getTimeKey()
Get 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。
|
Long |
getVideoTimeFhd()
Get 视频时长-全高清FHD,单位:秒。
|
Long |
getVideoTimeHd()
Get 视频时长-高清HD,单位:秒。
|
Long |
getVideoTimeSd()
Get 视频时长-标清SD,单位:秒。
|
void |
setAudioTime(Long AudioTime)
Set 语音时长,单位:秒。
|
void |
setTimeKey(String TimeKey)
Set 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。
|
void |
setVideoTimeFhd(Long VideoTimeFhd)
Set 视频时长-全高清FHD,单位:秒。
|
void |
setVideoTimeHd(Long VideoTimeHd)
Set 视频时长-高清HD,单位:秒。
|
void |
setVideoTimeSd(Long VideoTimeSd)
Set 视频时长-标清SD,单位:秒。
|
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 SdkAppIdTrtcMcuTranscodeTimeUsage()
public SdkAppIdTrtcMcuTranscodeTimeUsage(SdkAppIdTrtcMcuTranscodeTimeUsage source)
public String getTimeKey()
public void setTimeKey(String TimeKey)
TimeKey
- 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。public Long getAudioTime()
public void setAudioTime(Long AudioTime)
AudioTime
- 语音时长,单位:秒。public Long getVideoTimeSd()
public void setVideoTimeSd(Long VideoTimeSd)
VideoTimeSd
- 视频时长-标清SD,单位:秒。public Long getVideoTimeHd()
public void setVideoTimeHd(Long VideoTimeHd)
VideoTimeHd
- 视频时长-高清HD,单位:秒。public Long getVideoTimeFhd()
public void setVideoTimeFhd(Long VideoTimeFhd)
VideoTimeFhd
- 视频时长-全高清FHD,单位:秒。Copyright © 2021. All rights reserved.