public class SaveDevicePropRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
deviceName |
String |
iotId |
String |
iotInstanceId |
String |
productKey |
String |
props |
| 构造器和说明 |
|---|
SaveDevicePropRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static SaveDevicePropRequest |
build(Map<String,?> map) |
String |
getDeviceName() |
String |
getIotId() |
String |
getIotInstanceId() |
String |
getProductKey() |
String |
getProps() |
SaveDevicePropRequest |
setDeviceName(String deviceName) |
SaveDevicePropRequest |
setIotId(String iotId) |
SaveDevicePropRequest |
setIotInstanceId(String iotInstanceId) |
SaveDevicePropRequest |
setProductKey(String productKey) |
SaveDevicePropRequest |
setProps(String props) |
@NameInMap(value="DeviceName") public String deviceName
@NameInMap(value="IotId") public String iotId
@NameInMap(value="IotInstanceId") public String iotInstanceId
@NameInMap(value="ProductKey") public String productKey
@NameInMap(value="Props") public String props
public static SaveDevicePropRequest build(Map<String,?> map) throws Exception
Exceptionpublic SaveDevicePropRequest setDeviceName(String deviceName)
public String getDeviceName()
public SaveDevicePropRequest setIotId(String iotId)
public String getIotId()
public SaveDevicePropRequest setIotInstanceId(String iotInstanceId)
public String getIotInstanceId()
public SaveDevicePropRequest setProductKey(String productKey)
public String getProductKey()
public SaveDevicePropRequest setProps(String props)
public String getProps()
Copyright © 2023. All rights reserved.