public class RecordPlanItem extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RecordPlanItem() | 
| RecordPlanItem(RecordPlanItem 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 录制类型 | 
| String | getName()Get 计划名称 | 
| String | getPlanId()Get 计划ID | 
| Long | getRecordStorageTime()Get 录像存储天数 | 
| String | getTimeTemplateId()Get 时间模板ID | 
| String | getTimeTemplateName()Get 时间模板名称 | 
| void | setDevices(DeviceItem[] Devices)Set 绑定的设备列表 | 
| void | setEventId(Long EventId)Set 录制类型 | 
| void | setName(String Name)Set 计划名称 | 
| void | setPlanId(String PlanId)Set 计划ID | 
| void | setRecordStorageTime(Long RecordStorageTime)Set 录像存储天数 | 
| void | setTimeTemplateId(String TimeTemplateId)Set 时间模板ID | 
| void | setTimeTemplateName(String TimeTemplateName)Set 时间模板名称 | 
| 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 RecordPlanItem()
public RecordPlanItem(RecordPlanItem 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 - 时间模板IDpublic String getTimeTemplateName()
public void setTimeTemplateName(String TimeTemplateName)
TimeTemplateName - 时间模板名称public Long getEventId()
public void setEventId(Long EventId)
EventId - 录制类型public DeviceItem[] getDevices()
public void setDevices(DeviceItem[] Devices)
Devices - 绑定的设备列表public Long getRecordStorageTime()
public void setRecordStorageTime(Long RecordStorageTime)
RecordStorageTime - 录像存储天数Copyright © 2025. All rights reserved.