Class MediaCastDestinationInterruptInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.MediaCastDestinationInterruptInfo
-
public class MediaCastDestinationInterruptInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description MediaCastDestinationInterruptInfo()MediaCastDestinationInterruptInfo(MediaCastDestinationInterruptInfo 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 MediaCastDestinationInfogetDestinationInfo()Get 发生断流的输出源信息。StringgetReason()Get 输出源断流原因,取值有: SystemError:系统错误; Unknown:未知错误。voidsetDestinationInfo(MediaCastDestinationInfo DestinationInfo)Set 发生断流的输出源信息。voidsetReason(String Reason)Set 输出源断流原因,取值有: SystemError:系统错误; Unknown:未知错误。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
-
MediaCastDestinationInterruptInfo
public MediaCastDestinationInterruptInfo()
-
MediaCastDestinationInterruptInfo
public MediaCastDestinationInterruptInfo(MediaCastDestinationInterruptInfo 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
-
getDestinationInfo
public MediaCastDestinationInfo getDestinationInfo()
Get 发生断流的输出源信息。- Returns:
- DestinationInfo 发生断流的输出源信息。
-
setDestinationInfo
public void setDestinationInfo(MediaCastDestinationInfo DestinationInfo)
Set 发生断流的输出源信息。- Parameters:
DestinationInfo- 发生断流的输出源信息。
-
getReason
public String getReason()
Get 输出源断流原因,取值有:- SystemError:系统错误;
- Unknown:未知错误。
- Returns:
- Reason 输出源断流原因,取值有:
- SystemError:系统错误;
- Unknown:未知错误。
-
setReason
public void setReason(String Reason)
Set 输出源断流原因,取值有:- SystemError:系统错误;
- Unknown:未知错误。
- Parameters:
Reason- 输出源断流原因,取值有:- SystemError:系统错误;
- Unknown:未知错误。
-
-