Class TranscodeTaskNum
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.live.v20180801.models.TranscodeTaskNum
-
public class TranscodeTaskNum extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description TranscodeTaskNum()
TranscodeTaskNum(TranscodeTaskNum 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 Long
getCodeRate()
Get 码率。Long
getNum()
Get 任务数。String
getTime()
Get 时间点。void
setCodeRate(Long CodeRate)
Set 码率。void
setNum(Long Num)
Set 任务数。void
setTime(String Time)
Set 时间点。void
toMap(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
-
TranscodeTaskNum
public TranscodeTaskNum()
-
TranscodeTaskNum
public TranscodeTaskNum(TranscodeTaskNum 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
-
getTime
public String getTime()
Get 时间点。- Returns:
- Time 时间点。
-
setTime
public void setTime(String Time)
Set 时间点。- Parameters:
Time
- 时间点。
-
getCodeRate
public Long getCodeRate()
Get 码率。- Returns:
- CodeRate 码率。
-
setCodeRate
public void setCodeRate(Long CodeRate)
Set 码率。- Parameters:
CodeRate
- 码率。
-
getNum
public Long getNum()
Get 任务数。- Returns:
- Num 任务数。
-
setNum
public void setNum(Long Num)
Set 任务数。- Parameters:
Num
- 任务数。
-
-