public class DescribeInputRTPSettings extends AbstractModel
header, skipSign
Constructor and Description |
---|
DescribeInputRTPSettings() |
DescribeInputRTPSettings(DescribeInputRTPSettings 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 |
getFEC()
Get 是否FEC。
|
Long |
getIdleTimeout()
Get 空闲超时时间。
|
void |
setFEC(String FEC)
Set 是否FEC。
|
void |
setIdleTimeout(Long IdleTimeout)
Set 空闲超时时间。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public DescribeInputRTPSettings()
public DescribeInputRTPSettings(DescribeInputRTPSettings source)
public String getFEC()
public void setFEC(String FEC)
FEC
- 是否FEC。public Long getIdleTimeout()
public void setIdleTimeout(Long IdleTimeout)
IdleTimeout
- 空闲超时时间。Copyright © 2024. All rights reserved.