public class DeviceRegisterReqModel extends Object
| 构造器和说明 |
|---|
DeviceRegisterReqModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
Long |
getAuthLevel()
保留
|
String |
getDeviceAttribute()
设备属性字符串,
阿里云设备类型,填入三元组
|
String |
getDeviceModelId()
物模型ID,参考其他文档
|
String |
getOtherInfo()
可传入自定义信息
|
String |
getServiceEndpoint()
业务自定义,可以传入该实体的w3c服务节点
|
String |
getStatus()
保留,默认
STATUS_REGISTERED(3)
|
void |
setAuthLevel(Long authLevel)
保留
|
void |
setDeviceAttribute(String deviceAttribute)
设备属性字符串,
阿里云设备类型,填入三元组
|
void |
setDeviceModelId(String deviceModelId)
物模型ID,参考其他文档
|
void |
setOtherInfo(String otherInfo)
可传入自定义信息
|
void |
setServiceEndpoint(String serviceEndpoint)
业务自定义,可以传入该实体的w3c服务节点
|
void |
setStatus(String status)
保留,默认
STATUS_REGISTERED(3)
|
public Long getAuthLevel()
public void setAuthLevel(Long authLevel)
public String getDeviceAttribute()
public void setDeviceAttribute(String deviceAttribute)
public String getDeviceModelId()
public void setDeviceModelId(String deviceModelId)
public String getOtherInfo()
public void setOtherInfo(String otherInfo)
public String getServiceEndpoint()
public void setServiceEndpoint(String serviceEndpoint)
public String getStatus()
public void setStatus(String status)
Copyright © 2021. All Rights Reserved.