public class ModifyRecordingPlanRequest extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName()Get 计划名称 | 
| String | getPlanId()Get 录制计划ID | 
| String | getTimeTemplateId()Get 时间模板ID | 
| void | setName(String Name)Set 计划名称 | 
| void | setPlanId(String PlanId)Set 录制计划ID | 
| void | setTimeTemplateId(String TimeTemplateId)Set 时间模板ID | 
| 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, toJsonStringpublic ModifyRecordingPlanRequest()
public ModifyRecordingPlanRequest(ModifyRecordingPlanRequest source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId - 录制计划IDpublic String getName()
public void setName(String Name)
Name - 计划名称public String getTimeTemplateId()
public void setTimeTemplateId(String TimeTemplateId)
TimeTemplateId - 时间模板IDCopyright © 2025. All rights reserved.