| 程序包 | 说明 |
|---|---|
| com.hp.message.interfaces | |
| com.hp.message.service |
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResp<AddEquiResult> |
IRetrofitApiService.addEqui(AddEquiParam addEquiParam)
添加设备
|
ApiResp<AddEquiResult> |
IApiService.addEqui(AddEquiParam addEquiParam)
注册(添加)设备
|
ApiResp<List<AddEquiResult>> |
IRetrofitApiService.addEquiByList(List<AddEquiParam> addEquiParamList)
批量添加设备
|
ApiResp<List<AddEquiResult>> |
IApiService.addEquiByList(List<AddEquiParam> addEquiParamList)
批量注册(添加)设备
|
ApiResp |
IRetrofitApiService.addGroup(int projectId,
String groupName,
int groupSort,
String groupDesc)
创建项目分组接口
|
ApiResp |
IApiService.addGroup(int projectId,
String groupName,
int groupSort,
String groupDesc)
创建项目分组接口
|
ApiResp |
IRetrofitApiService.addProject(String projectName,
String projectDesc)
新增项目接口
|
ApiResp |
IApiService.addProject(String projectName,
String projectDesc)
新增项目接口
|
ApiResp |
IRetrofitApiService.alterEquiBySno(String equiSno,
int projectId,
int groupId,
String equiName,
String equiPassword)
修改设备信息接口
|
ApiResp |
IApiService.alterEquiBySno(String equiSno,
int projectId,
int groupId,
String equiName,
String equiPassword)
修改设备信息接口
|
ApiResp |
IRetrofitApiService.alterGroup(int groupId,
String groupName,
int groupSort,
String groupDesc)
修改项目分组接口
|
ApiResp |
IApiService.alterGroup(int groupId,
String groupName,
int groupSort,
String groupDesc)
修改项目分组接口
|
ApiResp |
IRetrofitApiService.alterProject(int projectId,
String projectName)
修改项目名称接口
|
ApiResp |
IApiService.alterProject(int projectId,
String projectName)
修改项目名称接口
|
ApiResp |
IRetrofitApiService.alterProjectTransferStatus(int projectId,
boolean enableTransfer)
修改项目透传状态接口
|
ApiResp |
IApiService.alterProjectTransferStatus(int projectId,
boolean enableTransfer)
修改项目透传状态接口
|
ApiResp<List<ProjectResult>> |
IRetrofitApiService.getAppProjectList()
获取应用 绑定项目列表接口
|
ApiResp<List<ProjectResult>> |
IApiService.getAppProjectList()
获取应用 绑定项目列表接口
|
ApiResp<EquiResult> |
IRetrofitApiService.getEquiInfo(String equiSno)
获取设备详情接口
|
ApiResp<EquiResult> |
IApiService.getEquiInfo(String equiSno)
获取设备详情接口
|
ApiResp |
IRetrofitApiService.getEquiInfoBySno(String equiSno)
获取设备详情
|
ApiResp |
IApiService.getEquiInfoBySno(String equiSno)
获取设备详情
|
ApiResp<List<EquiResult>> |
IRetrofitApiService.getEquiList(int projectId,
int groupId,
int equiStatus,
String dataHandleType)
获取设备列表接口
|
ApiResp<List<EquiResult>> |
IApiService.getEquiList(int projectId,
int groupId,
int equiWorkStatus,
String dataHandleType)
获取设备列表接口
|
ApiResp<List<StatusResult>> |
IRetrofitApiService.getEquiWorkStatusList()
获取设备状态列表接口
|
ApiResp<List<StatusResult>> |
IApiService.getEquiWorkStatusList()
获取设备状态列表接口
|
ApiResp<List<GroupResult>> |
IRetrofitApiService.getGroupList(int projectId,
String groupName)
获取分组列表接口
|
ApiResp<List<GroupResult>> |
IApiService.getGroupList(int projectId,
String groupName)
获取分组列表接口
|
ApiResp |
IRetrofitApiService.removeEquiBySno(String equiSno)
删除设备接口
|
ApiResp |
IApiService.removeEquiBySno(String equiSno)
删除设备接口
|
ApiResp |
IRetrofitApiService.removeEquiBySnos(String equiSnos)
批量删除设备接口
|
ApiResp |
IApiService.removeEquiBySnos(String equiSnos)
批量删除设备接口
|
ApiResp |
IRetrofitApiService.removeGroupById(int groupId)
删除项目分组
|
ApiResp |
IApiService.removeGroupById(int groupId)
删除项目分组
|
ApiResp |
IRetrofitApiService.removeProjectById(int projectId)
删除项目
|
ApiResp |
IApiService.removeProjectById(int projectId)
删除项目
|
ApiResp |
IRetrofitApiService.unbindProject(int projectId)
解绑应用与项目接口
|
ApiResp |
IApiService.unbindProject(int projectId)
解绑应用与项目接口
|
| 限定符和类型 | 方法和说明 |
|---|---|
ApiResp<AddEquiResult> |
ApiService.addEqui(AddEquiParam addEquiParam)
添加设备
|
ApiResp<List<AddEquiResult>> |
ApiService.addEquiByList(List<AddEquiParam> addEquiParamList)
批量添加设备
|
ApiResp |
ApiService.addGroup(int projectId,
String groupName,
int groupSort,
String groupDesc)
创建项目分组接口
|
ApiResp |
ApiService.addProject(String projectName,
String projectDesc)
新增项目接口
|
ApiResp |
ApiService.alterEquiBySno(String equiSno,
int projectId,
int groupId,
String equiName,
String equiPassword)
修改设备信息接口
|
ApiResp |
ApiService.alterGroup(int groupId,
String groupName,
int groupSort,
String groupDesc)
修改项目分组接口
|
ApiResp |
ApiService.alterProject(int projectId,
String projectName)
修改项目名称接口
|
ApiResp |
ApiService.alterProjectTransferStatus(int projectId,
boolean enableTransfer)
修改项目透传状态接口
|
ApiResp<List<ProjectResult>> |
ApiService.getAppProjectList()
获取应用 绑定项目列表接口
|
ApiResp<EquiResult> |
ApiService.getEquiInfo(String equiSno)
获取设备详情接口
|
ApiResp |
ApiService.getEquiInfoBySno(String equiSno)
获取设备详情接口(sno)
|
ApiResp<List<EquiResult>> |
ApiService.getEquiList(int projectId,
int groupId,
int equiWorkStatus,
String dataHandleType)
获取设备列表接口
|
ApiResp<List<StatusResult>> |
ApiService.getEquiWorkStatusList()
获取设备状态列表接口
|
ApiResp<List<GroupResult>> |
ApiService.getGroupList(int projectId,
String groupName)
获取分组列表接口
|
ApiResp |
ApiService.removeEquiBySno(String equiSno)
删除设备接口
|
ApiResp |
ApiService.removeEquiBySnos(String equiSnos)
批量删除设备接口
|
ApiResp |
ApiService.removeGroupById(int groupId)
删除项目分组
|
ApiResp |
ApiService.removeProjectById(int projectId)
删除项目
|
ApiResp |
ApiService.unbindProject(int projectId)
解绑应用与项目接口
|
Copyright © 2023. All rights reserved.