Class DescribeOutputRTPSettings
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeOutputRTPSettings
-
public class DescribeOutputRTPSettings extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RTPAddressDestination[]getDestinations()Get 转推RTP的目标地址信息列表。 注意:此字段可能返回 null,表示取不到有效值。StringgetFEC()Get 是否FEC。 注意:此字段可能返回 null,表示取不到有效值。LonggetIdleTimeout()Get 空闲超时时间。 注意:此字段可能返回 null,表示取不到有效值。voidsetDestinations(RTPAddressDestination[] Destinations)Set 转推RTP的目标地址信息列表。 注意:此字段可能返回 null,表示取不到有效值。voidsetFEC(String FEC)Set 是否FEC。 注意:此字段可能返回 null,表示取不到有效值。voidsetIdleTimeout(Long IdleTimeout)Set 空闲超时时间。 注意:此字段可能返回 null,表示取不到有效值。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
DescribeOutputRTPSettings
public DescribeOutputRTPSettings()
-
DescribeOutputRTPSettings
public 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.
-
-
Method Detail
-
getDestinations
public RTPAddressDestination[] getDestinations()
Get 转推RTP的目标地址信息列表。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- Destinations 转推RTP的目标地址信息列表。 注意:此字段可能返回 null,表示取不到有效值。
-
setDestinations
public void setDestinations(RTPAddressDestination[] Destinations)
Set 转推RTP的目标地址信息列表。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
Destinations- 转推RTP的目标地址信息列表。 注意:此字段可能返回 null,表示取不到有效值。
-
getFEC
public String getFEC()
Get 是否FEC。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FEC 是否FEC。 注意:此字段可能返回 null,表示取不到有效值。
-
setFEC
public void setFEC(String FEC)
Set 是否FEC。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FEC- 是否FEC。 注意:此字段可能返回 null,表示取不到有效值。
-
getIdleTimeout
public Long getIdleTimeout()
Get 空闲超时时间。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- IdleTimeout 空闲超时时间。 注意:此字段可能返回 null,表示取不到有效值。
-
setIdleTimeout
public void setIdleTimeout(Long IdleTimeout)
Set 空闲超时时间。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
IdleTimeout- 空闲超时时间。 注意:此字段可能返回 null,表示取不到有效值。
-
-