public class DeviceRecord extends Object
| 构造器和说明 |
|---|
DeviceRecord(Config config) |
| 限定符和类型 | 方法和说明 | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
CreateDeviceRecordResp |
create(CreateDeviceRecordReq req)
新增设备,使用该接口在设备管理中新增一台设备。
|
||||||||||||||||||
CreateDeviceRecordResp |
create(CreateDeviceRecordReq req,
RequestOptions reqOptions)
新增设备,使用该接口在设备管理中新增一台设备。
|
||||||||||||||||||
DeleteDeviceRecordResp |
delete(DeleteDeviceRecordReq req)
删除设备,使用该接口在设备管理中删除一台设备
官网API文档链接:
DeleteDeviceRecordRespdelete(DeleteDeviceRecordReq req,
RequestOptions reqOptions)
删除设备,使用该接口在设备管理中删除一台设备
官网API文档链接:
GetDeviceRecordRespget(GetDeviceRecordReq req)
获取设备信息,使用该接口在设备管理中获取设备的设备参数、设备归属、设备状态等信息
官网API文档链接:
GetDeviceRecordRespget(GetDeviceRecordReq req,
RequestOptions reqOptions)
获取设备信息,使用该接口在设备管理中获取设备的设备参数、设备归属、设备状态等信息
官网API文档链接:
ListDeviceRecordResplist(ListDeviceRecordReq req)
查询设备信息,使用该接口可分页查询设备列表信息
官网API文档链接:
ListDeviceRecordResplist(ListDeviceRecordReq req,
RequestOptions reqOptions)
查询设备信息,使用该接口可分页查询设备列表信息
官网API文档链接:
MineDeviceRecordRespmine()
获取设备认证信息,通过客户端授权信息获取对应设备认证信息,包含设备归属、可信状态等
官网API文档链接:
MineDeviceRecordRespmine(RequestOptions reqOptions)
获取设备认证信息,通过客户端授权信息获取对应设备认证信息,包含设备归属、可信状态等
官网API文档链接:
UpdateDeviceRecordRespupdate(UpdateDeviceRecordReq req)
更新设备,使用该接口在设备管理中修改一台设备的设备归属、设备状态等信息
官网API文档链接:
UpdateDeviceRecordRespupdate(UpdateDeviceRecordReq req,
RequestOptions reqOptions)
更新设备,使用该接口在设备管理中修改一台设备的设备归属、设备状态等信息
官网API文档链接:
从类继承的方法 java.lang.Objectequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Copyright © 2026. All rights reserved. |