public class CreateRecordPlanRequest extends AbstractModel
| 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 计划名称
|
String |
getTimeTemplateId()
Get 时间模板ID
|
void |
setDevices(DeviceItem[] Devices)
Set 该录制计划绑定的设备列表
|
void |
setEventId(Long EventId)
Set 触发录制的事件类别 1:全部
|
void |
setName(String Name)
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, 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 - 该录制计划绑定的设备列表Copyright © 2021. All rights reserved.