public class DevFoundOutputParams extends OutputParams
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PARAMS_DEVICE_NAME
deviceName 的索引值
|
static java.lang.String |
PARAMS_GATEWAY_IOTID
网关的iotid
|
static java.lang.String |
PARAMS_GATEWAY_NAME
网关的名称
|
static java.lang.String |
PARAMS_MODEL_NAME
类型名
|
static java.lang.String |
PARAMS_MODEL_TYPE
modelType 的索引值
|
static java.lang.String |
PARAMS_PRODUCT_KEY
productKey 的索引值
|
Constructor and Description |
---|
DevFoundOutputParams() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDeviceName()
获取设备的deviceName
|
java.lang.String |
getModelType()
获取设备的类型
|
java.lang.String |
getProductKey()
获取设备的productKey
|
void |
setDeviceName(java.lang.String deviceName)
设置deviceName
|
void |
setModelType(java.lang.String modelType)
设置modelType
|
void |
setProductKey(java.lang.String productKey)
设置productKey
|
void |
setStringValue(java.lang.String key,
java.lang.String value) |
toJson
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public static final java.lang.String PARAMS_PRODUCT_KEY
public static final java.lang.String PARAMS_DEVICE_NAME
public static final java.lang.String PARAMS_MODEL_TYPE
public static final java.lang.String PARAMS_GATEWAY_IOTID
public static final java.lang.String PARAMS_GATEWAY_NAME
public static final java.lang.String PARAMS_MODEL_NAME
public void setProductKey(java.lang.String productKey)
productKey
- 设备的productKeypublic void setDeviceName(java.lang.String deviceName)
deviceName
- 设备的deviceNamepublic void setModelType(java.lang.String modelType)
modelType
- 设备类型com.aliyun.alink.linksdk.alcs.lpbs.api.AlcsPalConst#MODEL_TYPE_ALI_BREEZE
,
com.aliyun.alink.linksdk.alcs.lpbs.api.AlcsPalConst#MODEL_TYPE_ALI_WIFI
public void setStringValue(java.lang.String key, java.lang.String value)
public java.lang.String getProductKey()
public java.lang.String getDeviceName()
public java.lang.String getModelType()