public class ModifyBindRecordingPlanRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| ModifyBindRecordingPlanRequest() | 
| ModifyBindRecordingPlanRequest(ModifyBindRecordingPlanRequest 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 | getPlanId()Get 录制计划ID | 
| Long | getType()Get 操作类型: 1-绑定设备 ;2-解绑设备 | 
| void | setChannels(ChannelItem[] Channels)Set 录制通道列表 | 
| void | setPlanId(String PlanId)Set 录制计划ID | 
| void | setType(Long Type)Set 操作类型: 1-绑定设备 ;2-解绑设备 | 
| 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 ModifyBindRecordingPlanRequest()
public ModifyBindRecordingPlanRequest(ModifyBindRecordingPlanRequest source)
public Long getType()
public void setType(Long Type)
Type - 操作类型: 1-绑定设备 ;2-解绑设备public String getPlanId()
public void setPlanId(String PlanId)
PlanId - 录制计划IDpublic ChannelItem[] getChannels()
public void setChannels(ChannelItem[] Channels)
Channels - 录制通道列表Copyright © 2025. All rights reserved.