public class DescribeIotDeviceRequest extends AbstractModel
Constructor and Description |
---|
DescribeIotDeviceRequest() |
DescribeIotDeviceRequest(DescribeIotDeviceRequest 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 |
getDeviceId()
Get 设备id,传0值表示此参数无效
|
String |
getDeviceName()
Get 无
|
String |
getProductID()
Get 无
|
void |
setDeviceId(Long DeviceId)
Set 设备id,传0值表示此参数无效
|
void |
setDeviceName(String DeviceName)
Set 无
|
void |
setProductID(String ProductID)
Set 无
|
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 DescribeIotDeviceRequest()
public DescribeIotDeviceRequest(DescribeIotDeviceRequest source)
public Long getDeviceId()
public void setDeviceId(Long DeviceId)
DeviceId
- 设备id,传0值表示此参数无效public String getProductID()
public void setProductID(String ProductID)
ProductID
- 无public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 无Copyright © 2023. All rights reserved.