Class LiveRecordTaskInput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.LiveRecordTaskInput
-
public class LiveRecordTaskInput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LiveRecordTaskInput()LiveRecordTaskInput(LiveRecordTaskInput 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 LonggetDefinition()Get 直播录制模板 ID。StringgetOutputObjectPath()Get 直播录制后文件的输出路径。 注意:此字段可能返回 null,表示取不到有效值。TaskOutputStoragegetOutputStorage()Get 直播录制后文件的目标存储,不填则继承上层的 OutputStorage 值。 注意:此字段可能返回 null,表示取不到有效值。voidsetDefinition(Long Definition)Set 直播录制模板 ID。voidsetOutputObjectPath(String OutputObjectPath)Set 直播录制后文件的输出路径。 注意:此字段可能返回 null,表示取不到有效值。voidsetOutputStorage(TaskOutputStorage OutputStorage)Set 直播录制后文件的目标存储,不填则继承上层的 OutputStorage 值。 注意:此字段可能返回 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
-
LiveRecordTaskInput
public LiveRecordTaskInput()
-
LiveRecordTaskInput
public LiveRecordTaskInput(LiveRecordTaskInput 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
-
getDefinition
public Long getDefinition()
Get 直播录制模板 ID。- Returns:
- Definition 直播录制模板 ID。
-
setDefinition
public void setDefinition(Long Definition)
Set 直播录制模板 ID。- Parameters:
Definition- 直播录制模板 ID。
-
getOutputStorage
public TaskOutputStorage getOutputStorage()
Get 直播录制后文件的目标存储,不填则继承上层的 OutputStorage 值。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OutputStorage 直播录制后文件的目标存储,不填则继承上层的 OutputStorage 值。 注意:此字段可能返回 null,表示取不到有效值。
-
setOutputStorage
public void setOutputStorage(TaskOutputStorage OutputStorage)
Set 直播录制后文件的目标存储,不填则继承上层的 OutputStorage 值。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OutputStorage- 直播录制后文件的目标存储,不填则继承上层的 OutputStorage 值。 注意:此字段可能返回 null,表示取不到有效值。
-
getOutputObjectPath
public String getOutputObjectPath()
Get 直播录制后文件的输出路径。 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- OutputObjectPath 直播录制后文件的输出路径。 注意:此字段可能返回 null,表示取不到有效值。
-
setOutputObjectPath
public void setOutputObjectPath(String OutputObjectPath)
Set 直播录制后文件的输出路径。 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
OutputObjectPath- 直播录制后文件的输出路径。 注意:此字段可能返回 null,表示取不到有效值。
-
-