public class TEHDConfigForUpdate extends AbstractModel
Constructor and Description |
---|
TEHDConfigForUpdate() |
Modifier and Type | Method and Description |
---|---|
Long |
getMaxVideoBitrate()
Get Maximum bitrate.
|
String |
getType()
Get TESHD type.
|
void |
setMaxVideoBitrate(Long MaxVideoBitrate)
Set Maximum bitrate.
|
void |
setType(String Type)
Set TESHD type.
|
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 String getType()
public void setType(String Type)
Type
- TESHD type. Valid values:
public Long getMaxVideoBitrate()
public void setMaxVideoBitrate(Long MaxVideoBitrate)
MaxVideoBitrate
- Maximum bitrate. If this parameter is left blank, no modification will be made.Copyright © 2020. All rights reserved.