Uses of Class
com.foxinmy.weixin4j.mp.model.shakearound.Device
-
Packages that use Device Package Description com.foxinmy.weixin4j.mp.api com.foxinmy.weixin4j.mp.model.shakearound -
-
Uses of Device in com.foxinmy.weixin4j.mp.api
Methods in com.foxinmy.weixin4j.mp.api that return types with arguments of type Device Modifier and Type Method Description Pagedata<Device>
ShakeAroundApi. deviceSearchDevices(int pageSize)
查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息。 按照分页信息查询设备Pagedata<Device>
ShakeAroundApi. deviceSearchDevices(int lastDeviceId, int pageSize)
查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息 根据上次查询的最后的设备编号按照分页查询List<Device>
ShakeAroundApi. deviceSearchDevices(List<Device> device)
查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息。 查询指定设备的信息List<Device>
ShakeAroundApi. deviceSearchDevicesByApplyId(Integer applyId)
查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息 查询 设备Id 下的所有的设备Pagedata<Device>
ShakeAroundApi. deviceSearchDevicesByApplyId(Integer applyId, int pageSize)
查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息 分页获取设备id下的前多少设备Pagedata<Device>
ShakeAroundApi. deviceSearchDevicesByApplyId(Integer applyId, int lastDeviceId, int pageSize)
查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息 分页获取设备id下的根据上次查询的最后的设备编号前多少设备Methods in com.foxinmy.weixin4j.mp.api with parameters of type Device Modifier and Type Method Description ApiResult
ShakeAroundApi. deviceUpdateComment(Device device, String comment)
编辑设备的备注信息。可用设备ID或完整的UUID、Major、Minor指定设备,二者选其一。Method parameters in com.foxinmy.weixin4j.mp.api with type arguments of type Device Modifier and Type Method Description List<Device>
ShakeAroundApi. deviceSearchDevices(List<Device> device)
查询已有的设备ID、UUID、Major、Minor、激活状态、备注信息、关联门店、关联页面等信息。 查询指定设备的信息 -
Uses of Device in com.foxinmy.weixin4j.mp.model.shakearound
Methods in com.foxinmy.weixin4j.mp.model.shakearound that return Device Modifier and Type Method Description Device
ShakeUserInfo. getDevice()
Methods in com.foxinmy.weixin4j.mp.model.shakearound with parameters of type Device Modifier and Type Method Description void
ShakeUserInfo. setDevice(Device device)
-