Class LiveActivityResult
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.LiveActivityResult
-
public class LiveActivityResult extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetActivityType()Get 原子任务类型。 LiveRecord:直播录制。 注意:此字段可能返回 null,表示取不到有效值。LiveActivityResItemgetLiveActivityResItem()Get 原子任务输出。 注意:此字段可能返回 null,表示取不到有效值。voidsetActivityType(String ActivityType)Set 原子任务类型。 LiveRecord:直播录制。 注意:此字段可能返回 null,表示取不到有效值。voidsetLiveActivityResItem(LiveActivityResItem LiveActivityResItem)Set 原子任务输出。 注意:此字段可能返回 null,表示取不到有效值。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
-
LiveActivityResult
public LiveActivityResult()
-
LiveActivityResult
public 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.
-
-
Method Detail
-
getActivityType
public String getActivityType()
Get 原子任务类型。- LiveRecord:直播录制。
注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ActivityType 原子任务类型。
- LiveRecord:直播录制。
注意:此字段可能返回 null,表示取不到有效值。
-
setActivityType
public void setActivityType(String ActivityType)
Set 原子任务类型。- LiveRecord:直播录制。
注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ActivityType- 原子任务类型。- LiveRecord:直播录制。
注意:此字段可能返回 null,表示取不到有效值。
-
getLiveActivityResItem
public LiveActivityResItem getLiveActivityResItem()
Get 原子任务输出。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- LiveActivityResItem 原子任务输出。 注意:此字段可能返回 null,表示取不到有效值。
-
setLiveActivityResItem
public void setLiveActivityResItem(LiveActivityResItem LiveActivityResItem)
Set 原子任务输出。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
LiveActivityResItem- 原子任务输出。 注意:此字段可能返回 null,表示取不到有效值。
-
-