public class LiveActivityResult extends AbstractModel
header, skipSign
Constructor and Description |
---|
LiveActivityResult() |
LiveActivityResult(LiveActivityResult 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 |
getActivityType()
Get 原子任务类型。
LiveRecord:直播录制。
AiQualityControl:媒体质检。
注意:此字段可能返回 null,表示取不到有效值。
|
LiveActivityResItem |
getLiveActivityResItem()
Get 原子任务输出。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setActivityType(String ActivityType)
Set 原子任务类型。
LiveRecord:直播录制。
AiQualityControl:媒体质检。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setLiveActivityResItem(LiveActivityResItem LiveActivityResItem)
Set 原子任务输出。
注意:此字段可能返回 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 LiveActivityResult()
public LiveActivityResult(LiveActivityResult source)
public String getActivityType()
public void setActivityType(String ActivityType)
ActivityType
- 原子任务类型。
public LiveActivityResItem getLiveActivityResItem()
public void setLiveActivityResItem(LiveActivityResItem LiveActivityResItem)
LiveActivityResItem
- 原子任务输出。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.