Class UpdateGatewayApiRequest

    • Constructor Detail

      • UpdateGatewayApiRequest

        public UpdateGatewayApiRequest()
      • UpdateGatewayApiRequest

        public UpdateGatewayApiRequest​(UpdateGatewayApiRequest 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

      • getApiId

        public String getApiId()
        Get API ID
        Returns:
        ApiId API ID
      • setApiId

        public void setApiId​(String ApiId)
        Set API ID
        Parameters:
        ApiId - API ID
      • getPath

        public String getPath()
        Get API 路径
        Returns:
        Path API 路径
      • setPath

        public void setPath​(String Path)
        Set API 路径
        Parameters:
        Path - API 路径
      • getMethod

        public String getMethod()
        Get Api 请求方法
        Returns:
        Method Api 请求方法
      • setMethod

        public void setMethod​(String Method)
        Set Api 请求方法
        Parameters:
        Method - Api 请求方法
      • getPathMapping

        public String getPathMapping()
        Get 请求映射
        Returns:
        PathMapping 请求映射
      • setPathMapping

        public void setPathMapping​(String PathMapping)
        Set 请求映射
        Parameters:
        PathMapping - 请求映射
      • getHost

        public String getHost()
        Get api所在服务host
        Returns:
        Host api所在服务host
      • setHost

        public void setHost​(String Host)
        Set api所在服务host
        Parameters:
        Host - api所在服务host
      • getDescription

        public String getDescription()
        Get api描述信息
        Returns:
        Description api描述信息
      • setDescription

        public void setDescription​(String Description)
        Set api描述信息
        Parameters:
        Description - api描述信息