public class BindDevicesRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| BindDevicesRequest() | 
| BindDevicesRequest(BindDevicesRequest 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 | 
|---|---|
| String[] | getDeviceNames()Get 被绑定的多个设备名 | 
| String | getGatewayDeviceName()Get 网关设备的设备名 | 
| String | getGatewayProductId()Get 网关设备的产品ID | 
| String | getProductId()Get 被绑定设备的产品ID | 
| String | getSkey()Get 中兴CLAA设备的绑定需要skey,普通的设备不需要 | 
| void | setDeviceNames(String[] DeviceNames)Set 被绑定的多个设备名 | 
| void | setGatewayDeviceName(String GatewayDeviceName)Set 网关设备的设备名 | 
| void | setGatewayProductId(String GatewayProductId)Set 网关设备的产品ID | 
| void | setProductId(String ProductId)Set 被绑定设备的产品ID | 
| void | setSkey(String Skey)Set 中兴CLAA设备的绑定需要skey,普通的设备不需要 | 
| 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 BindDevicesRequest()
public BindDevicesRequest(BindDevicesRequest source)
public String getGatewayProductId()
public void setGatewayProductId(String GatewayProductId)
GatewayProductId - 网关设备的产品IDpublic String getGatewayDeviceName()
public void setGatewayDeviceName(String GatewayDeviceName)
GatewayDeviceName - 网关设备的设备名public String getProductId()
public void setProductId(String ProductId)
ProductId - 被绑定设备的产品IDpublic String[] getDeviceNames()
public void setDeviceNames(String[] DeviceNames)
DeviceNames - 被绑定的多个设备名public String getSkey()
public void setSkey(String Skey)
Skey - 中兴CLAA设备的绑定需要skey,普通的设备不需要Copyright © 2025. All rights reserved.