类的使用
org.dromara.northstar.common.model.GatewayDescription
使用GatewayDescription的程序包
-
org.dromara.northstar.common中GatewayDescription的使用
修饰符和类型方法说明booleanIGatewayService.createGateway(GatewayDescription gatewayDescription) 创建网关booleanIGatewayService.updateGateway(GatewayDescription gatewayDescription) 更新网关 -
org.dromara.northstar.data中GatewayDescription的使用
返回变量类型为GatewayDescription的类型的org.dromara.northstar.data中的方法修饰符和类型方法说明voidIGatewayRepository.insert(GatewayDescription gatewayDescription) 新增网关voidIGatewayRepository.save(GatewayDescription gatewayDescription) 更新网关 -
org.dromara.northstar.gateway中GatewayDescription的使用