类的使用
me.hekr.iotos.api.util.Pagec
-
使用Pagec的程序包 程序包 说明 me.hekr.iotos.api me.hekr.iotos.api.service me.hekr.iotos.api.util -
-
me.hekr.iotos.api中Pagec的使用
返回Pagec的me.hekr.iotos.api中的方法 修饰符和类型 方法 说明 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)获取产品列表 -
me.hekr.iotos.api.service中Pagec的使用
返回变量类型为Pagec的类型的me.hekr.iotos.api.service中的方法 修饰符和类型 方法 说明 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)获取产品列表 -
me.hekr.iotos.api.util中Pagec的使用
返回Pagec的me.hekr.iotos.api.util中的方法 修饰符和类型 方法 说明 static <T> Pagec<T>Pagec. of(int page, int size)返回变量类型为Pagec的类型的me.hekr.iotos.api.util中的方法 修饰符和类型 方法 说明 retrofit2.Call<Pagec<T>>Pagec.PageCall. onPage(int page, int size)分页进行的时候,自定义处理
-