| 程序包 | 说明 |
|---|---|
| me.hekr.iotos.api | |
| me.hekr.iotos.api.service | |
| me.hekr.iotos.api.util |
| 限定符和类型 | 方法和说明 |
|---|---|
Pagec<CloudSendMsgDTO> |
IotClient.cloudSendMsgList(Integer page,
Integer size,
String pk,
String devId,
Long startTime,
Long endTime)
查询历史控制命令
查询历史控制命令
|
Pagec<DeviceApiDTO> |
IotClient.getDeviceList(String pk,
String keyword,
int page,
DeviceType deviceType,
Boolean online,
int size)
查询设备列表
查询设备列表
|
Pagec<ProductDTO> |
IotClient.getProduct(int page,
int size)
获取产品列表
获取产品列表
|
| 限定符和类型 | 方法和说明 |
|---|---|
retrofit2.Call<Pagec<CloudSendMsgDTO>> |
RetrofitIotService.cloudSendMsgList(Integer page,
Integer size,
String pk,
String devId,
Long startTime,
Long endTime)
查询历史控制命令
查询历史控制命令
|
retrofit2.Call<Pagec<DeviceApiDTO>> |
RetrofitIotService.getDeviceList(String pk,
String keyword,
int page,
DeviceType deviceType,
Boolean online,
int size)
查询设备列表
查询设备列表
|
retrofit2.Call<Pagec<ProductDTO>> |
RetrofitIotService.getProduct(int page,
int size)
获取产品列表
获取产品列表
|
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> Pagec<T> |
Pagec.of(int page,
int size) |
Copyright © 2022. All rights reserved.