public class CreateDeviceChannelRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| CreateDeviceChannelRequest() | 
| CreateDeviceChannelRequest(CreateDeviceChannelRequest 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 | 
|---|---|
| Long | getChannelId()Get 通道ID | 
| String | getDeviceName()Get 设备名称 | 
| String | getProductId()Get 产品ID | 
| void | setChannelId(Long ChannelId)Set 通道ID | 
| void | setDeviceName(String DeviceName)Set 设备名称 | 
| void | setProductId(String ProductId)Set 产品ID | 
| 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 CreateDeviceChannelRequest()
public CreateDeviceChannelRequest(CreateDeviceChannelRequest source)
public String getProductId()
public void setProductId(String ProductId)
ProductId - 产品IDpublic String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName - 设备名称public Long getChannelId()
public void setChannelId(Long ChannelId)
ChannelId - 通道IDCopyright © 2025. All rights reserved.