Class DescribeOutputRTMPPullServerUrl
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.DescribeOutputRTMPPullServerUrl
-
public class DescribeOutputRTMPPullServerUrl extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeOutputRTMPPullServerUrl()DescribeOutputRTMPPullServerUrl(DescribeOutputRTMPPullServerUrl 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拉流地址的流key。StringgetTcUrl()Get RTMP拉流地址的tcUrl。voidsetStreamKey(String StreamKey)Set RTMP拉流地址的流key。voidsetTcUrl(String TcUrl)Set RTMP拉流地址的tcUrl。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
-
DescribeOutputRTMPPullServerUrl
public DescribeOutputRTMPPullServerUrl()
-
DescribeOutputRTMPPullServerUrl
public DescribeOutputRTMPPullServerUrl(DescribeOutputRTMPPullServerUrl 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。- Returns:
- TcUrl RTMP拉流地址的tcUrl。
-
setTcUrl
public void setTcUrl(String TcUrl)
Set RTMP拉流地址的tcUrl。- Parameters:
TcUrl- RTMP拉流地址的tcUrl。
-
getStreamKey
public String getStreamKey()
Get RTMP拉流地址的流key。- Returns:
- StreamKey RTMP拉流地址的流key。
-
setStreamKey
public void setStreamKey(String StreamKey)
Set RTMP拉流地址的流key。- Parameters:
StreamKey- RTMP拉流地址的流key。
-
-