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 Audio duration (s) | 
| String | getTimeKey()Get Time point for the statistics. | 
| Long | getVideoTimeFhd()Get FHD video duration (s) | 
| Long | getVideoTimeHd()Get HD video duration (s) | 
| Long | getVideoTimeSd()Get SD video duration (s) | 
| void | setAudioTime(Long AudioTime)Set Audio duration (s) | 
| void | setTimeKey(String TimeKey)Set Time point for the statistics. | 
| void | setVideoTimeFhd(Long VideoTimeFhd)Set FHD video duration (s) | 
| void | setVideoTimeHd(Long VideoTimeHd)Set HD video duration (s) | 
| void | setVideoTimeSd(Long VideoTimeSd)Set SD video duration (s) | 
| 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, toJsonStringpublic SdkAppIdTrtcMcuTranscodeTimeUsage()
public SdkAppIdTrtcMcuTranscodeTimeUsage(SdkAppIdTrtcMcuTranscodeTimeUsage source)
public String getTimeKey()
public void setTimeKey(String TimeKey)
TimeKey - Time point for the statistics. e.g., `2020-09-07` or `2020-09-07 00:05:05`public Long getAudioTime()
public void setAudioTime(Long AudioTime)
AudioTime - Audio duration (s)public Long getVideoTimeSd()
public void setVideoTimeSd(Long VideoTimeSd)
VideoTimeSd - SD video duration (s)public Long getVideoTimeHd()
public void setVideoTimeHd(Long VideoTimeHd)
VideoTimeHd - HD video duration (s)public Long getVideoTimeFhd()
public void setVideoTimeFhd(Long VideoTimeFhd)
VideoTimeFhd - FHD video duration (s)Copyright © 2021. All rights reserved.