Class UpdateGatewayRequest

    • Constructor Detail

      • UpdateGatewayRequest

        public UpdateGatewayRequest()
      • UpdateGatewayRequest

        public UpdateGatewayRequest​(UpdateGatewayRequest 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接口中获取)
      • getName

        public String getName()
        Get 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符
        Returns:
        Name 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符
      • setName

        public void setName​(String Name)
        Set 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符
        Parameters:
        Name - 仅支持中文、英文、数网关名称,字、_、-,长度不超过32个字符
      • getDescription

        public String getDescription()
        Get 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
        Returns:
        Description 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
      • setDescription

        public void setDescription​(String Description)
        Set 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符
        Parameters:
        Description - 网关描述,仅支持中文、英文、数字、_、-,长度不超过128个字符