public class MediaCastEvent extends AbstractModel
header, skipSign
Constructor and Description |
---|
MediaCastEvent() |
MediaCastEvent(MediaCastEvent 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getCastId()
Get 媒体转推 ID。
|
String |
getStatus()
Get 转推状态,取值有:
Working :运行中;
Scheduled :等待定时时间到达后启动;
Stopped :已经停止转推;
Idle :空闲。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCastId(String CastId)
Set 媒体转推 ID。
|
void |
setStatus(String Status)
Set 转推状态,取值有:
Working :运行中;
Scheduled :等待定时时间到达后启动;
Stopped :已经停止转推;
Idle :空闲。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public MediaCastEvent()
public MediaCastEvent(MediaCastEvent source)
public String getCastId()
public void setCastId(String CastId)
CastId
- 媒体转推 ID。public String getStatus()
public void setStatus(String Status)
Status
- 转推状态,取值有:
Copyright © 2024. All rights reserved.