public class ModifyRecordingPlanRequest extends AbstractModel
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public 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 © 2022. All rights reserved.