public class DescribeInputRTPSettings extends AbstractModel
| 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 Whether it is FEC. 
 | 
Long | 
getIdleTimeout()
Get Idle timeout period. 
 | 
void | 
setFEC(String FEC)
Set Whether it is FEC. 
 | 
void | 
setIdleTimeout(Long IdleTimeout)
Set Idle timeout period. 
 | 
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, toJsonStringpublic DescribeInputRTPSettings()
public DescribeInputRTPSettings(DescribeInputRTPSettings source)
public String getFEC()
public void setFEC(String FEC)
FEC - Whether it is FEC.public Long getIdleTimeout()
public void setIdleTimeout(Long IdleTimeout)
IdleTimeout - Idle timeout period.Copyright © 2022. All rights reserved.