Class MediaCastDestinationInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.MediaCastDestinationInfo
-
public class MediaCastDestinationInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MediaCastDestinationInfo()MediaCastDestinationInfo(MediaCastDestinationInfo 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 StringgetId()Get 输出源 Id。由系统进行分配。StringgetName()Get 输出源的名称。StringgetPushUrl()Get 输出直播流地址。支持的直播流类型为 RTMP 和 SRT。voidsetId(String Id)Set 输出源 Id。由系统进行分配。voidsetName(String Name)Set 输出源的名称。voidsetPushUrl(String PushUrl)Set 输出直播流地址。支持的直播流类型为 RTMP 和 SRT。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
-
MediaCastDestinationInfo
public MediaCastDestinationInfo()
-
MediaCastDestinationInfo
public MediaCastDestinationInfo(MediaCastDestinationInfo 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
-
getId
public String getId()
Get 输出源 Id。由系统进行分配。- Returns:
- Id 输出源 Id。由系统进行分配。
-
setId
public void setId(String Id)
Set 输出源 Id。由系统进行分配。- Parameters:
Id- 输出源 Id。由系统进行分配。
-
getPushUrl
public String getPushUrl()
Get 输出直播流地址。支持的直播流类型为 RTMP 和 SRT。- Returns:
- PushUrl 输出直播流地址。支持的直播流类型为 RTMP 和 SRT。
-
setPushUrl
public void setPushUrl(String PushUrl)
Set 输出直播流地址。支持的直播流类型为 RTMP 和 SRT。- Parameters:
PushUrl- 输出直播流地址。支持的直播流类型为 RTMP 和 SRT。
-
getName
public String getName()
Get 输出源的名称。- Returns:
- Name 输出源的名称。
-
setName
public void setName(String Name)
Set 输出源的名称。- Parameters:
Name- 输出源的名称。
-
-