Class RecordUsage
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.trtc.v20190722.models.RecordUsage
-
public class RecordUsage extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description RecordUsage()RecordUsage(RecordUsage 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetAudioTime()Get 语音时长,单位:秒。LonggetClass1VideoTime()Get 视频时长-标清SD,单位:秒。LonggetClass2VideoTime()Get 视频时长-高清HD,单位:秒。LonggetClass3VideoTime()Get 视频时长-超清HD,单位:秒。StringgetTimeKey()Get 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。voidsetAudioTime(Long AudioTime)Set 语音时长,单位:秒。voidsetClass1VideoTime(Long Class1VideoTime)Set 视频时长-标清SD,单位:秒。voidsetClass2VideoTime(Long Class2VideoTime)Set 视频时长-高清HD,单位:秒。voidsetClass3VideoTime(Long Class3VideoTime)Set 视频时长-超清HD,单位:秒。voidsetTimeKey(String TimeKey)Set 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
RecordUsage
public RecordUsage()
-
RecordUsage
public RecordUsage(RecordUsage 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.
-
-
Method Detail
-
getTimeKey
public String getTimeKey()
Get 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。- Returns:
- TimeKey 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。
-
setTimeKey
public void setTimeKey(String TimeKey)
Set 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。- Parameters:
TimeKey- 本组数据对应的时间点,格式如:2020-09-07或2020-09-07 00:05:05。
-
getClass1VideoTime
public Long getClass1VideoTime()
Get 视频时长-标清SD,单位:秒。- Returns:
- Class1VideoTime 视频时长-标清SD,单位:秒。
-
setClass1VideoTime
public void setClass1VideoTime(Long Class1VideoTime)
Set 视频时长-标清SD,单位:秒。- Parameters:
Class1VideoTime- 视频时长-标清SD,单位:秒。
-
getClass2VideoTime
public Long getClass2VideoTime()
Get 视频时长-高清HD,单位:秒。- Returns:
- Class2VideoTime 视频时长-高清HD,单位:秒。
-
setClass2VideoTime
public void setClass2VideoTime(Long Class2VideoTime)
Set 视频时长-高清HD,单位:秒。- Parameters:
Class2VideoTime- 视频时长-高清HD,单位:秒。
-
getClass3VideoTime
public Long getClass3VideoTime()
Get 视频时长-超清HD,单位:秒。- Returns:
- Class3VideoTime 视频时长-超清HD,单位:秒。
-
setClass3VideoTime
public void setClass3VideoTime(Long Class3VideoTime)
Set 视频时长-超清HD,单位:秒。- Parameters:
Class3VideoTime- 视频时长-超清HD,单位:秒。
-
getAudioTime
public Long getAudioTime()
Get 语音时长,单位:秒。- Returns:
- AudioTime 语音时长,单位:秒。
-
setAudioTime
public void setAudioTime(Long AudioTime)
Set 语音时长,单位:秒。- Parameters:
AudioTime- 语音时长,单位:秒。
-
-