public class ModifyLiveRecordPlanRequest extends AbstractModel
Constructor and Description |
---|
ModifyLiveRecordPlanRequest() |
ModifyLiveRecordPlanRequest(ModifyLiveRecordPlanRequest 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 |
getPlanId()
Get 录制计划ID
|
String |
getPlanName()
Get 录制计划名
|
String |
getTemplateId()
Get 时间模板ID,固定直播时为必填
|
void |
setPlanId(String PlanId)
Set 录制计划ID
|
void |
setPlanName(String PlanName)
Set 录制计划名
|
void |
setTemplateId(String TemplateId)
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 ModifyLiveRecordPlanRequest()
public ModifyLiveRecordPlanRequest(ModifyLiveRecordPlanRequest source)
public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- 录制计划IDpublic String getPlanName()
public void setPlanName(String PlanName)
PlanName
- 录制计划名public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId
- 时间模板ID,固定直播时为必填Copyright © 2022. All rights reserved.