public class CreateRecordPlanRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateRecordPlanRequest() | 
| CreateRecordPlanRequest(CreateRecordPlanRequest 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 | 
|---|---|
| DeviceItem[] | getDevices()Get 该录制计划绑定的设备列表 | 
| Long | getEventId()Get 触发录制的事件类别 1:全部 | 
| String | getName()Get 计划名称 | 
| Long | getRecordStorageTime()Get 存储周期 | 
| String | getTimeTemplateId()Get 时间模板ID | 
| void | setDevices(DeviceItem[] Devices)Set 该录制计划绑定的设备列表 | 
| void | setEventId(Long EventId)Set 触发录制的事件类别 1:全部 | 
| void | setName(String Name)Set 计划名称 | 
| void | setRecordStorageTime(Long RecordStorageTime)Set 存储周期 | 
| 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 CreateRecordPlanRequest()
public CreateRecordPlanRequest(CreateRecordPlanRequest source)
public String getName()
public void setName(String Name)
Name - 计划名称public String getTimeTemplateId()
public void setTimeTemplateId(String TimeTemplateId)
TimeTemplateId - 时间模板IDpublic Long getEventId()
public void setEventId(Long EventId)
EventId - 触发录制的事件类别 1:全部public DeviceItem[] getDevices()
public void setDevices(DeviceItem[] Devices)
Devices - 该录制计划绑定的设备列表public Long getRecordStorageTime()
public void setRecordStorageTime(Long RecordStorageTime)
RecordStorageTime - 存储周期Copyright © 2025. All rights reserved.