public class UpdateRecordPlanRequest extends AbstractModel
Constructor and Description |
---|
UpdateRecordPlanRequest() |
UpdateRecordPlanRequest(UpdateRecordPlanRequest 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:全部
|
Long |
getIsModifyDevices()
Get 是否更新绑定此录制计划的设备列表
0 - 不更新
1 - 更新,如果Devices参数为空则清空设备列表,Devices不为空则全量更新设备列表
|
String |
getName()
Get 计划名称
|
String |
getPlanId()
Get 录制计划ID
|
String |
getTimeTemplateId()
Get 时间模板ID
|
void |
setDevices(DeviceItem[] Devices)
Set 录制设备列表
|
void |
setEventId(Long EventId)
Set 触发录制的事件 1:全部
|
void |
setIsModifyDevices(Long IsModifyDevices)
Set 是否更新绑定此录制计划的设备列表
0 - 不更新
1 - 更新,如果Devices参数为空则清空设备列表,Devices不为空则全量更新设备列表
|
void |
setName(String Name)
Set 计划名称
|
void |
setPlanId(String PlanId)
Set 录制计划ID
|
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, toJsonString
public UpdateRecordPlanRequest()
public UpdateRecordPlanRequest(UpdateRecordPlanRequest 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 Long getEventId()
public void setEventId(Long EventId)
EventId
- 触发录制的事件 1:全部public DeviceItem[] getDevices()
public void setDevices(DeviceItem[] Devices)
Devices
- 录制设备列表public Long getIsModifyDevices()
public void setIsModifyDevices(Long IsModifyDevices)
IsModifyDevices
- 是否更新绑定此录制计划的设备列表
0 - 不更新
1 - 更新,如果Devices参数为空则清空设备列表,Devices不为空则全量更新设备列表Copyright © 2022. All rights reserved.