Uses of Class
com.baidubce.services.modbus.model.gateway.GatewayResponse

Packages that use GatewayResponse
com.baidubce.services.modbus   
com.baidubce.services.modbus.model.gateway   
 

Uses of GatewayResponse in com.baidubce.services.modbus
 

Methods in com.baidubce.services.modbus that return GatewayResponse
 GatewayResponse ModbusClient.createGateway(CreateGatewayRequest request)
           
 GatewayResponse ModbusClient.getGateway(String uuid)
           
 GatewayResponse ModbusClient.regenGatewayPassword(String uuid)
           
 GatewayResponse ModbusClient.updateGateway(String uuid, UpdateGatewayRequest request)
           
 

Uses of GatewayResponse in com.baidubce.services.modbus.model.gateway
 

Methods in com.baidubce.services.modbus.model.gateway that return types with arguments of type GatewayResponse
 List<GatewayResponse> ListGatewayResponse.getResult()
           
 

Method parameters in com.baidubce.services.modbus.model.gateway with type arguments of type GatewayResponse
 void ListGatewayResponse.setResult(List<GatewayResponse> result)
           
 



Copyright © 2018. All rights reserved.