Class MediaCastDestinationStatus
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.MediaCastDestinationStatus
-
public class MediaCastDestinationStatus extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MediaCastDestinationStatus()MediaCastDestinationStatus(MediaCastDestinationStatus 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,由系统分配。StringgetPushUrl()Get 输出源直播地址。StringgetStatus()Get 输出源的状态。取值有: Working :运行中; Stopped:停止输出; Failed:输出失败。voidsetId(String Id)Set 输出源 Id,由系统分配。voidsetPushUrl(String PushUrl)Set 输出源直播地址。voidsetStatus(String Status)Set 输出源的状态。取值有: Working :运行中; Stopped:停止输出; Failed:输出失败。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
-
MediaCastDestinationStatus
public MediaCastDestinationStatus()
-
MediaCastDestinationStatus
public MediaCastDestinationStatus(MediaCastDestinationStatus 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 输出源直播地址。- Returns:
- PushUrl 输出源直播地址。
-
setPushUrl
public void setPushUrl(String PushUrl)
Set 输出源直播地址。- Parameters:
PushUrl- 输出源直播地址。
-
getStatus
public String getStatus()
Get 输出源的状态。取值有:- Working :运行中;
- Stopped:停止输出;
- Failed:输出失败。
- Returns:
- Status 输出源的状态。取值有:
- Working :运行中;
- Stopped:停止输出;
- Failed:输出失败。
-
setStatus
public void setStatus(String Status)
Set 输出源的状态。取值有:- Working :运行中;
- Stopped:停止输出;
- Failed:输出失败。
- Parameters:
Status- 输出源的状态。取值有:- Working :运行中;
- Stopped:停止输出;
- Failed:输出失败。
-
-