Class ModifyBindRecordingPlanRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.iotvideoindustry.v20201201.models.ModifyBindRecordingPlanRequest
-
public class ModifyBindRecordingPlanRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ChannelItem[]getChannels()Get 录制通道列表StringgetPlanId()Get 录制计划IDLonggetType()Get 操作类型: 1-绑定设备 ;2-解绑设备voidsetChannels(ChannelItem[] Channels)Set 录制通道列表voidsetPlanId(String PlanId)Set 录制计划IDvoidsetType(Long Type)Set 操作类型: 1-绑定设备 ;2-解绑设备voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ModifyBindRecordingPlanRequest
public ModifyBindRecordingPlanRequest()
-
ModifyBindRecordingPlanRequest
public 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.
-
-
Method Detail
-
getType
public Long getType()
Get 操作类型: 1-绑定设备 ;2-解绑设备- Returns:
- Type 操作类型: 1-绑定设备 ;2-解绑设备
-
setType
public void setType(Long Type)
Set 操作类型: 1-绑定设备 ;2-解绑设备- Parameters:
Type- 操作类型: 1-绑定设备 ;2-解绑设备
-
getPlanId
public String getPlanId()
Get 录制计划ID- Returns:
- PlanId 录制计划ID
-
setPlanId
public void setPlanId(String PlanId)
Set 录制计划ID- Parameters:
PlanId- 录制计划ID
-
getChannels
public ChannelItem[] getChannels()
Get 录制通道列表- Returns:
- Channels 录制通道列表
-
setChannels
public void setChannels(ChannelItem[] Channels)
Set 录制通道列表- Parameters:
Channels- 录制通道列表
-
-