public class CreateRecordingPlanRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateRecordingPlanRequest() |
CreateRecordingPlanRequest(CreateRecordingPlanRequest 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 |
---|---|
ChannelItem[] |
getChannels()
Get 该录制计划绑定的通道列表
|
String |
getName()
Get 计划名称
|
Long |
getRecordStorageTime()
Get 存储周期(天);默认存储30天
|
String |
getTimeTemplateId()
Get 时间模板ID
|
void |
setChannels(ChannelItem[] Channels)
Set 该录制计划绑定的通道列表
|
void |
setName(String Name)
Set 计划名称
|
void |
setRecordStorageTime(Long RecordStorageTime)
Set 存储周期(天);默认存储30天
|
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, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateRecordingPlanRequest()
public CreateRecordingPlanRequest(CreateRecordingPlanRequest source)
public String getName()
public void setName(String Name)
Name
- 计划名称public String getTimeTemplateId()
public void setTimeTemplateId(String TimeTemplateId)
TimeTemplateId
- 时间模板IDpublic ChannelItem[] getChannels()
public void setChannels(ChannelItem[] Channels)
Channels
- 该录制计划绑定的通道列表public Long getRecordStorageTime()
public void setRecordStorageTime(Long RecordStorageTime)
RecordStorageTime
- 存储周期(天);默认存储30天Copyright © 2023. All rights reserved.