public class SdkAppIdTrtcUsage extends AbstractModel
Constructor and Description |
---|
SdkAppIdTrtcUsage() |
SdkAppIdTrtcUsage(SdkAppIdTrtcUsage 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)
|
Long |
getAudioVideoTime()
Get Audio/Video duration (s)
This parameter is returned only for users who signed up before October 11, 2019 and have not switched to the [new billing standards](https://intl.cloud.tencent.com/document/product/647/17157?from_cn_redirect=1).
|
String |
getTimeKey()
Get Time point for the statistics.
|
Long |
getVideoTimeHd()
Get HD video duration (s)
|
Long |
getVideoTimeHdp()
Get FHD video duration (s)
|
Long |
getVideoTimeSd()
Get SD video duration (s)
|
void |
setAudioTime(Long AudioTime)
Set Audio duration (s)
|
void |
setAudioVideoTime(Long AudioVideoTime)
Set Audio/Video duration (s)
This parameter is returned only for users who signed up before October 11, 2019 and have not switched to the [new billing standards](https://intl.cloud.tencent.com/document/product/647/17157?from_cn_redirect=1).
|
void |
setTimeKey(String TimeKey)
Set Time point for the statistics.
|
void |
setVideoTimeHd(Long VideoTimeHd)
Set HD video duration (s)
|
void |
setVideoTimeHdp(Long VideoTimeHdp)
Set FHD 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, toJsonString
public SdkAppIdTrtcUsage()
public SdkAppIdTrtcUsage(SdkAppIdTrtcUsage 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 getAudioVideoTime()
public void setAudioVideoTime(Long AudioVideoTime)
AudioVideoTime
- Audio/Video duration (s)
This parameter is returned only for users who signed up before October 11, 2019 and have not switched to the [new billing standards](https://intl.cloud.tencent.com/document/product/647/17157?from_cn_redirect=1).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 getVideoTimeHdp()
public void setVideoTimeHdp(Long VideoTimeHdp)
VideoTimeHdp
- FHD video duration (s)Copyright © 2021. All rights reserved.