public class TranscodeTaskNum extends AbstractModel
header, skipSign
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Long |
getCodeRate()
Get The bitrate.
|
Long |
getNum()
Get The number of tasks.
|
String |
getTime()
Get The time of query.
|
void |
setCodeRate(Long CodeRate)
Set The bitrate.
|
void |
setNum(Long Num)
Set The number of tasks.
|
void |
setTime(String Time)
Set The time of query.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public TranscodeTaskNum()
public TranscodeTaskNum(TranscodeTaskNum source)
public String getTime()
public void setTime(String Time)
Time
- The time of query.public Long getCodeRate()
public void setCodeRate(Long CodeRate)
CodeRate
- The bitrate.public Long getNum()
public void setNum(Long Num)
Num
- The number of tasks.Copyright © 2024. All rights reserved.