Class UpgradeGatewayRequest

    • Constructor Detail

      • UpgradeGatewayRequest

        public UpgradeGatewayRequest()
      • UpgradeGatewayRequest

        public UpgradeGatewayRequest​(UpgradeGatewayRequest source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getGatewayId

        public String getGatewayId()
        Get 网关索引ID(从获取网关列表ListGateways接口中获取)
        Returns:
        GatewayId 网关索引ID(从获取网关列表ListGateways接口中获取)
      • setGatewayId

        public void setGatewayId​(String GatewayId)
        Set 网关索引ID(从获取网关列表ListGateways接口中获取)
        Parameters:
        GatewayId - 网关索引ID(从获取网关列表ListGateways接口中获取)