Class ModifyRecordingPlanRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.ModifyRecordingPlanRequest
-
public class ModifyRecordingPlanRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ModifyRecordingPlanRequest()ModifyRecordingPlanRequest(ModifyRecordingPlanRequest 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 StringgetName()Get 计划名称StringgetPlanId()Get 录制计划IDStringgetTimeTemplateId()Get 时间模板IDvoidsetName(String Name)Set 计划名称voidsetPlanId(String PlanId)Set 录制计划IDvoidsetTimeTemplateId(String TimeTemplateId)Set 时间模板IDvoidtoMap(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
-
ModifyRecordingPlanRequest
public ModifyRecordingPlanRequest()
-
ModifyRecordingPlanRequest
public ModifyRecordingPlanRequest(ModifyRecordingPlanRequest 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
-
getPlanId
public String getPlanId()
Get 录制计划ID- Returns:
- PlanId 录制计划ID
-
setPlanId
public void setPlanId(String PlanId)
Set 录制计划ID- Parameters:
PlanId- 录制计划ID
-
getName
public String getName()
Get 计划名称- Returns:
- Name 计划名称
-
setName
public void setName(String Name)
Set 计划名称- Parameters:
Name- 计划名称
-
getTimeTemplateId
public String getTimeTemplateId()
Get 时间模板ID- Returns:
- TimeTemplateId 时间模板ID
-
setTimeTemplateId
public void setTimeTemplateId(String TimeTemplateId)
Set 时间模板ID- Parameters:
TimeTemplateId- 时间模板ID
-
-