public class UnbindDevicesRequest extends AbstractModel
Constructor and Description |
---|
UnbindDevicesRequest() |
UnbindDevicesRequest(UnbindDevicesRequest 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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public UnbindDevicesRequest()
public UnbindDevicesRequest(UnbindDevicesRequest 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 © 2022. All rights reserved.