Class CreateOutputRtmpSettingsDestinations
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.CreateOutputRtmpSettingsDestinations
-
public class CreateOutputRtmpSettingsDestinations extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateOutputRtmpSettingsDestinations()CreateOutputRtmpSettingsDestinations(CreateOutputRtmpSettingsDestinations 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 转推的StreamKey,格式如:stream?key=value。StringgetUrl()Get 转推的URL,格式如:rtmp://domain/live。voidsetStreamKey(String StreamKey)Set 转推的StreamKey,格式如:stream?key=value。voidsetUrl(String Url)Set 转推的URL,格式如:rtmp://domain/live。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
-
CreateOutputRtmpSettingsDestinations
public CreateOutputRtmpSettingsDestinations()
-
CreateOutputRtmpSettingsDestinations
public CreateOutputRtmpSettingsDestinations(CreateOutputRtmpSettingsDestinations 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
-
getUrl
public String getUrl()
Get 转推的URL,格式如:rtmp://domain/live。- Returns:
- Url 转推的URL,格式如:rtmp://domain/live。
-
setUrl
public void setUrl(String Url)
Set 转推的URL,格式如:rtmp://domain/live。- Parameters:
Url- 转推的URL,格式如:rtmp://domain/live。
-
getStreamKey
public String getStreamKey()
Get 转推的StreamKey,格式如:stream?key=value。- Returns:
- StreamKey 转推的StreamKey,格式如:stream?key=value。
-
setStreamKey
public void setStreamKey(String StreamKey)
Set 转推的StreamKey,格式如:stream?key=value。- Parameters:
StreamKey- 转推的StreamKey,格式如:stream?key=value。
-
-