public class CreateLiveRecordPlanRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateLiveRecordPlanRequest() | 
| CreateLiveRecordPlanRequest(CreateLiveRecordPlanRequest 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[] | getLiveChannelIds()Get 绑定的直播频道ID列表 | 
| String | getPlanName()Get 录制计划名 | 
| Long | getPlanType()Get 计划类型 1:固定直播 2:移动直播 | 
| Long | getRecordStorageTime()Get 录制文件存储时长,单位天,默认30天 | 
| String | getTemplateId()Get 时间模板ID,固定直播时为必填 | 
| void | setLiveChannelIds(String[] LiveChannelIds)Set 绑定的直播频道ID列表 | 
| void | setPlanName(String PlanName)Set 录制计划名 | 
| void | setPlanType(Long PlanType)Set 计划类型 1:固定直播 2:移动直播 | 
| void | setRecordStorageTime(Long RecordStorageTime)Set 录制文件存储时长,单位天,默认30天 | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic CreateLiveRecordPlanRequest()
public CreateLiveRecordPlanRequest(CreateLiveRecordPlanRequest source)
public String getPlanName()
public void setPlanName(String PlanName)
PlanName - 录制计划名public Long getPlanType()
public void setPlanType(Long PlanType)
PlanType - 计划类型 1:固定直播 2:移动直播public String getTemplateId()
public void setTemplateId(String TemplateId)
TemplateId - 时间模板ID,固定直播时为必填public Long getRecordStorageTime()
public void setRecordStorageTime(Long RecordStorageTime)
RecordStorageTime - 录制文件存储时长,单位天,默认30天public String[] getLiveChannelIds()
public void setLiveChannelIds(String[] LiveChannelIds)
LiveChannelIds - 绑定的直播频道ID列表Copyright © 2025. All rights reserved.