public class DescribeOutputRTPSettings extends AbstractModel
Constructor and Description |
---|
DescribeOutputRTPSettings() |
DescribeOutputRTPSettings(DescribeOutputRTPSettings 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 |
---|---|
RTPAddressDestination[] |
getDestinations()
Get Destination address information list of RTP push.
|
String |
getFEC()
Get Whether it is FEC.
|
Long |
getIdleTimeout()
Get Idle timeout period.
|
void |
setDestinations(RTPAddressDestination[] Destinations)
Set Destination address information list of RTP push.
|
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, toJsonString
public DescribeOutputRTPSettings()
public DescribeOutputRTPSettings(DescribeOutputRTPSettings source)
public RTPAddressDestination[] getDestinations()
public void setDestinations(RTPAddressDestination[] Destinations)
Destinations
- Destination address information list of RTP push.
Note: this field may return null, indicating that no valid values can be obtained.public String getFEC()
public void setFEC(String FEC)
FEC
- Whether it is FEC.
Note: this field may return null, indicating that no valid values can be obtained.public Long getIdleTimeout()
public void setIdleTimeout(Long IdleTimeout)
IdleTimeout
- Idle timeout period.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2021. All rights reserved.