public class OneSdkAppIdTranscodeTimeUsagesInfo extends AbstractModel
Constructor and Description |
---|
OneSdkAppIdTranscodeTimeUsagesInfo() |
OneSdkAppIdTranscodeTimeUsagesInfo(OneSdkAppIdTranscodeTimeUsagesInfo 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 |
---|---|
String |
getSdkAppId()
Get ID of the application queried.
|
SdkAppIdTrtcMcuTranscodeTimeUsage[] |
getSdkAppIdTranscodeTimeUsages()
Get Array of relaying and transcoding durations
|
Long |
getTotalNum()
Get Number of records returned
|
void |
setSdkAppId(String SdkAppId)
Set ID of the application queried.
|
void |
setSdkAppIdTranscodeTimeUsages(SdkAppIdTrtcMcuTranscodeTimeUsage[] SdkAppIdTranscodeTimeUsages)
Set Array of relaying and transcoding durations
|
void |
setTotalNum(Long TotalNum)
Set Number of records returned
|
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 OneSdkAppIdTranscodeTimeUsagesInfo()
public OneSdkAppIdTranscodeTimeUsagesInfo(OneSdkAppIdTranscodeTimeUsagesInfo source)
public SdkAppIdTrtcMcuTranscodeTimeUsage[] getSdkAppIdTranscodeTimeUsages()
public void setSdkAppIdTranscodeTimeUsages(SdkAppIdTrtcMcuTranscodeTimeUsage[] SdkAppIdTranscodeTimeUsages)
SdkAppIdTranscodeTimeUsages
- Array of relaying and transcoding durationspublic Long getTotalNum()
public void setTotalNum(Long TotalNum)
TotalNum
- Number of records returnedpublic String getSdkAppId()
public void setSdkAppId(String SdkAppId)
SdkAppId
- ID of the application queried. Its value may be an application ID or `total`, which indicates that the total durations of all applications are queried.Copyright © 2022. All rights reserved.