public class TEHDConfigForUpdate extends AbstractModel
Constructor and Description |
---|
TEHDConfigForUpdate() |
TEHDConfigForUpdate(TEHDConfigForUpdate 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 |
getMaxVideoBitrate()
Get 视频码率上限,不填代表不修改。
|
String |
getType()
Get 极速高清类型,可选值:
TEHD-100:极速高清-100。
不填代表不修改。
|
void |
setMaxVideoBitrate(Long MaxVideoBitrate)
Set 视频码率上限,不填代表不修改。
|
void |
setType(String Type)
Set 极速高清类型,可选值:
TEHD-100:极速高清-100。
不填代表不修改。
|
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 TEHDConfigForUpdate()
public TEHDConfigForUpdate(TEHDConfigForUpdate source)
public String getType()
public void setType(String Type)
Type
- 极速高清类型,可选值:
public Long getMaxVideoBitrate()
public void setMaxVideoBitrate(Long MaxVideoBitrate)
MaxVideoBitrate
- 视频码率上限,不填代表不修改。Copyright © 2021. All rights reserved.