Class DescribeRTMPPullSourceAddress
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeRTMPPullSourceAddress
-
public class DescribeRTMPPullSourceAddress extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeRTMPPullSourceAddress()DescribeRTMPPullSourceAddress(DescribeRTMPPullSourceAddress 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 StringgetStreamKey()Get RTMP源站的StreamKey。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。StringgetTcUrl()Get RTMP源站的TcUrl地址。 注意:此字段可能返回 null,表示取不到有效值。voidsetStreamKey(String StreamKey)Set RTMP源站的StreamKey。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。voidsetTcUrl(String TcUrl)Set RTMP源站的TcUrl地址。 注意:此字段可能返回 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
-
DescribeRTMPPullSourceAddress
public DescribeRTMPPullSourceAddress()
-
DescribeRTMPPullSourceAddress
public DescribeRTMPPullSourceAddress(DescribeRTMPPullSourceAddress 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
-
getTcUrl
public String getTcUrl()
Get RTMP源站的TcUrl地址。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- TcUrl RTMP源站的TcUrl地址。 注意:此字段可能返回 null,表示取不到有效值。
-
setTcUrl
public void setTcUrl(String TcUrl)
Set RTMP源站的TcUrl地址。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
TcUrl- RTMP源站的TcUrl地址。 注意:此字段可能返回 null,表示取不到有效值。
-
getStreamKey
public String getStreamKey()
Get RTMP源站的StreamKey。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。- Returns:
- StreamKey RTMP源站的StreamKey。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。
-
setStreamKey
public void setStreamKey(String StreamKey)
Set RTMP源站的StreamKey。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。- Parameters:
StreamKey- RTMP源站的StreamKey。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。
-
-