public class CreateIotDeviceRequest extends AbstractModel
Constructor and Description |
---|
CreateIotDeviceRequest() |
CreateIotDeviceRequest(CreateIotDeviceRequest 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 |
getDescription()
Get 描述
|
String |
getDeviceName()
Get 设备名称
|
String |
getProductId()
Get 设备所属的产品id
|
Long |
getUnitID()
Get 无
|
void |
setDescription(String Description)
Set 描述
|
void |
setDeviceName(String DeviceName)
Set 设备名称
|
void |
setProductId(String ProductId)
Set 设备所属的产品id
|
void |
setUnitID(Long UnitID)
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 CreateIotDeviceRequest()
public CreateIotDeviceRequest(CreateIotDeviceRequest source)
public String getDeviceName()
public void setDeviceName(String DeviceName)
DeviceName
- 设备名称public String getProductId()
public void setProductId(String ProductId)
ProductId
- 设备所属的产品idpublic String getDescription()
public void setDescription(String Description)
Description
- 描述public Long getUnitID()
public void setUnitID(Long UnitID)
UnitID
- 无Copyright © 2022. All rights reserved.