Class ApiDetailInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      ApiDetailInfo()  
      ApiDetailInfo​(ApiDetailInfo 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 Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getApiId()
      Get API ID 注意:此字段可能返回 null,表示取不到有效值。
      String getApiMatchType()
      Get API路径匹配类型。normal:普通API;wildcard:通配API。 注意:此字段可能返回 null,表示取不到有效值。
      String getApiType()
      Get API类型。 ms : 微服务API; external :外部服务Api 注意:此字段可能返回 null,表示取不到有效值。
      String getCreatedTime()
      Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      String getDescription()
      Get Api描述信息 注意:此字段可能返回 null,表示取不到有效值。
      String getGatewayDeployGroupId()
      Get 部署组id 注意:此字段可能返回 null,表示取不到有效值。
      String getGroupId()
      Get 所属分组ID 注意:此字段可能返回 null,表示取不到有效值。
      String getGroupName()
      Get 所属分组名称 注意:此字段可能返回 null,表示取不到有效值。
      String getHost()
      Get Api所在服务host 注意:此字段可能返回 null,表示取不到有效值。
      String getMd5()
      Get md5 注意:此字段可能返回 null,表示取不到有效值。
      String getMethod()
      Get 请求方法 注意:此字段可能返回 null,表示取不到有效值。
      String getMicroserviceId()
      Get 服务ID 注意:此字段可能返回 null,表示取不到有效值。
      String getMicroserviceName()
      Get 服务名称 注意:此字段可能返回 null,表示取不到有效值。
      String getMockStatus()
      Get 是否开启mock 注意:此字段可能返回 null,表示取不到有效值。
      String getNamespaceId()
      Get 命名空间ID 注意:此字段可能返回 null,表示取不到有效值。
      String getNamespaceName()
      Get 命名空间名称 注意:此字段可能返回 null,表示取不到有效值。
      String getPath()
      Get API 请求路径 注意:此字段可能返回 null,表示取不到有效值。
      String getPathMapping()
      Get Api 映射路径 注意:此字段可能返回 null,表示取不到有效值。
      String getRateLimitStatus()
      Get 开启限流 注意:此字段可能返回 null,表示取不到有效值。
      String getReleasedTime()
      Get 发布时间 注意:此字段可能返回 null,表示取不到有效值。
      String getReleaseStatus()
      Get 发布状态 注意:此字段可能返回 null,表示取不到有效值。
      String getRpcExt()
      Get RPC 额外信息 注意:此字段可能返回 null,表示取不到有效值。
      String getRpcType()
      Get RPC 类型 注意:此字段可能返回 null,表示取不到有效值。
      Long getTimeout()
      Get API 超时,单位毫秒 注意:此字段可能返回 null,表示取不到有效值。
      String getUpdatedTime()
      Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。
      String getUsableStatus()
      Get 是否禁用 注意:此字段可能返回 null,表示取不到有效值。
      void setApiId​(String ApiId)
      Set API ID 注意:此字段可能返回 null,表示取不到有效值。
      void setApiMatchType​(String ApiMatchType)
      Set API路径匹配类型。normal:普通API;wildcard:通配API。 注意:此字段可能返回 null,表示取不到有效值。
      void setApiType​(String ApiType)
      Set API类型。 ms : 微服务API; external :外部服务Api 注意:此字段可能返回 null,表示取不到有效值。
      void setCreatedTime​(String CreatedTime)
      Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      void setDescription​(String Description)
      Set Api描述信息 注意:此字段可能返回 null,表示取不到有效值。
      void setGatewayDeployGroupId​(String GatewayDeployGroupId)
      Set 部署组id 注意:此字段可能返回 null,表示取不到有效值。
      void setGroupId​(String GroupId)
      Set 所属分组ID 注意:此字段可能返回 null,表示取不到有效值。
      void setGroupName​(String GroupName)
      Set 所属分组名称 注意:此字段可能返回 null,表示取不到有效值。
      void setHost​(String Host)
      Set Api所在服务host 注意:此字段可能返回 null,表示取不到有效值。
      void setMd5​(String Md5)
      Set md5 注意:此字段可能返回 null,表示取不到有效值。
      void setMethod​(String Method)
      Set 请求方法 注意:此字段可能返回 null,表示取不到有效值。
      void setMicroserviceId​(String MicroserviceId)
      Set 服务ID 注意:此字段可能返回 null,表示取不到有效值。
      void setMicroserviceName​(String MicroserviceName)
      Set 服务名称 注意:此字段可能返回 null,表示取不到有效值。
      void setMockStatus​(String MockStatus)
      Set 是否开启mock 注意:此字段可能返回 null,表示取不到有效值。
      void setNamespaceId​(String NamespaceId)
      Set 命名空间ID 注意:此字段可能返回 null,表示取不到有效值。
      void setNamespaceName​(String NamespaceName)
      Set 命名空间名称 注意:此字段可能返回 null,表示取不到有效值。
      void setPath​(String Path)
      Set API 请求路径 注意:此字段可能返回 null,表示取不到有效值。
      void setPathMapping​(String PathMapping)
      Set Api 映射路径 注意:此字段可能返回 null,表示取不到有效值。
      void setRateLimitStatus​(String RateLimitStatus)
      Set 开启限流 注意:此字段可能返回 null,表示取不到有效值。
      void setReleasedTime​(String ReleasedTime)
      Set 发布时间 注意:此字段可能返回 null,表示取不到有效值。
      void setReleaseStatus​(String ReleaseStatus)
      Set 发布状态 注意:此字段可能返回 null,表示取不到有效值。
      void setRpcExt​(String RpcExt)
      Set RPC 额外信息 注意:此字段可能返回 null,表示取不到有效值。
      void setRpcType​(String RpcType)
      Set RPC 类型 注意:此字段可能返回 null,表示取不到有效值。
      void setTimeout​(Long Timeout)
      Set API 超时,单位毫秒 注意:此字段可能返回 null,表示取不到有效值。
      void setUpdatedTime​(String UpdatedTime)
      Set 更新时间 注意:此字段可能返回 null,表示取不到有效值。
      void setUsableStatus​(String UsableStatus)
      Set 是否禁用 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • ApiDetailInfo

        public ApiDetailInfo()
      • ApiDetailInfo

        public ApiDetailInfo​(ApiDetailInfo 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 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ApiId API ID 注意:此字段可能返回 null,表示取不到有效值。
      • setApiId

        public void setApiId​(String ApiId)
        Set API ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ApiId - API ID 注意:此字段可能返回 null,表示取不到有效值。
      • getNamespaceId

        public String getNamespaceId()
        Get 命名空间ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NamespaceId 命名空间ID 注意:此字段可能返回 null,表示取不到有效值。
      • setNamespaceId

        public void setNamespaceId​(String NamespaceId)
        Set 命名空间ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NamespaceId - 命名空间ID 注意:此字段可能返回 null,表示取不到有效值。
      • getNamespaceName

        public String getNamespaceName()
        Get 命名空间名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        NamespaceName 命名空间名称 注意:此字段可能返回 null,表示取不到有效值。
      • setNamespaceName

        public void setNamespaceName​(String NamespaceName)
        Set 命名空间名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        NamespaceName - 命名空间名称 注意:此字段可能返回 null,表示取不到有效值。
      • getMicroserviceId

        public String getMicroserviceId()
        Get 服务ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MicroserviceId 服务ID 注意:此字段可能返回 null,表示取不到有效值。
      • setMicroserviceId

        public void setMicroserviceId​(String MicroserviceId)
        Set 服务ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MicroserviceId - 服务ID 注意:此字段可能返回 null,表示取不到有效值。
      • getMicroserviceName

        public String getMicroserviceName()
        Get 服务名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MicroserviceName 服务名称 注意:此字段可能返回 null,表示取不到有效值。
      • setMicroserviceName

        public void setMicroserviceName​(String MicroserviceName)
        Set 服务名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MicroserviceName - 服务名称 注意:此字段可能返回 null,表示取不到有效值。
      • getPath

        public String getPath()
        Get API 请求路径 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Path API 请求路径 注意:此字段可能返回 null,表示取不到有效值。
      • setPath

        public void setPath​(String Path)
        Set API 请求路径 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Path - API 请求路径 注意:此字段可能返回 null,表示取不到有效值。
      • getPathMapping

        public String getPathMapping()
        Get Api 映射路径 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        PathMapping Api 映射路径 注意:此字段可能返回 null,表示取不到有效值。
      • setPathMapping

        public void setPathMapping​(String PathMapping)
        Set Api 映射路径 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        PathMapping - Api 映射路径 注意:此字段可能返回 null,表示取不到有效值。
      • getMethod

        public String getMethod()
        Get 请求方法 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Method 请求方法 注意:此字段可能返回 null,表示取不到有效值。
      • setMethod

        public void setMethod​(String Method)
        Set 请求方法 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Method - 请求方法 注意:此字段可能返回 null,表示取不到有效值。
      • getGroupId

        public String getGroupId()
        Get 所属分组ID 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GroupId 所属分组ID 注意:此字段可能返回 null,表示取不到有效值。
      • setGroupId

        public void setGroupId​(String GroupId)
        Set 所属分组ID 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GroupId - 所属分组ID 注意:此字段可能返回 null,表示取不到有效值。
      • getUsableStatus

        public String getUsableStatus()
        Get 是否禁用 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UsableStatus 是否禁用 注意:此字段可能返回 null,表示取不到有效值。
      • setUsableStatus

        public void setUsableStatus​(String UsableStatus)
        Set 是否禁用 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UsableStatus - 是否禁用 注意:此字段可能返回 null,表示取不到有效值。
      • getReleaseStatus

        public String getReleaseStatus()
        Get 发布状态 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ReleaseStatus 发布状态 注意:此字段可能返回 null,表示取不到有效值。
      • setReleaseStatus

        public void setReleaseStatus​(String ReleaseStatus)
        Set 发布状态 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ReleaseStatus - 发布状态 注意:此字段可能返回 null,表示取不到有效值。
      • getRateLimitStatus

        public String getRateLimitStatus()
        Get 开启限流 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RateLimitStatus 开启限流 注意:此字段可能返回 null,表示取不到有效值。
      • setRateLimitStatus

        public void setRateLimitStatus​(String RateLimitStatus)
        Set 开启限流 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RateLimitStatus - 开启限流 注意:此字段可能返回 null,表示取不到有效值。
      • getMockStatus

        public String getMockStatus()
        Get 是否开启mock 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MockStatus 是否开启mock 注意:此字段可能返回 null,表示取不到有效值。
      • setMockStatus

        public void setMockStatus​(String MockStatus)
        Set 是否开启mock 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MockStatus - 是否开启mock 注意:此字段可能返回 null,表示取不到有效值。
      • getCreatedTime

        public String getCreatedTime()
        Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreatedTime 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreatedTime

        public void setCreatedTime​(String CreatedTime)
        Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreatedTime - 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getUpdatedTime

        public String getUpdatedTime()
        Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UpdatedTime 更新时间 注意:此字段可能返回 null,表示取不到有效值。
      • setUpdatedTime

        public void setUpdatedTime​(String UpdatedTime)
        Set 更新时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UpdatedTime - 更新时间 注意:此字段可能返回 null,表示取不到有效值。
      • getReleasedTime

        public String getReleasedTime()
        Get 发布时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ReleasedTime 发布时间 注意:此字段可能返回 null,表示取不到有效值。
      • setReleasedTime

        public void setReleasedTime​(String ReleasedTime)
        Set 发布时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ReleasedTime - 发布时间 注意:此字段可能返回 null,表示取不到有效值。
      • getGroupName

        public String getGroupName()
        Get 所属分组名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GroupName 所属分组名称 注意:此字段可能返回 null,表示取不到有效值。
      • setGroupName

        public void setGroupName​(String GroupName)
        Set 所属分组名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GroupName - 所属分组名称 注意:此字段可能返回 null,表示取不到有效值。
      • getTimeout

        public Long getTimeout()
        Get API 超时,单位毫秒 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Timeout API 超时,单位毫秒 注意:此字段可能返回 null,表示取不到有效值。
      • setTimeout

        public void setTimeout​(Long Timeout)
        Set API 超时,单位毫秒 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Timeout - API 超时,单位毫秒 注意:此字段可能返回 null,表示取不到有效值。
      • getHost

        public String getHost()
        Get Api所在服务host 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Host Api所在服务host 注意:此字段可能返回 null,表示取不到有效值。
      • setHost

        public void setHost​(String Host)
        Set Api所在服务host 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Host - Api所在服务host 注意:此字段可能返回 null,表示取不到有效值。
      • getApiType

        public String getApiType()
        Get API类型。 ms : 微服务API; external :外部服务Api 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ApiType API类型。 ms : 微服务API; external :外部服务Api 注意:此字段可能返回 null,表示取不到有效值。
      • setApiType

        public void setApiType​(String ApiType)
        Set API类型。 ms : 微服务API; external :外部服务Api 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ApiType - API类型。 ms : 微服务API; external :外部服务Api 注意:此字段可能返回 null,表示取不到有效值。
      • getDescription

        public String getDescription()
        Get Api描述信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Description Api描述信息 注意:此字段可能返回 null,表示取不到有效值。
      • setDescription

        public void setDescription​(String Description)
        Set Api描述信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Description - Api描述信息 注意:此字段可能返回 null,表示取不到有效值。
      • getApiMatchType

        public String getApiMatchType()
        Get API路径匹配类型。normal:普通API;wildcard:通配API。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ApiMatchType API路径匹配类型。normal:普通API;wildcard:通配API。 注意:此字段可能返回 null,表示取不到有效值。
      • setApiMatchType

        public void setApiMatchType​(String ApiMatchType)
        Set API路径匹配类型。normal:普通API;wildcard:通配API。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ApiMatchType - API路径匹配类型。normal:普通API;wildcard:通配API。 注意:此字段可能返回 null,表示取不到有效值。
      • getRpcExt

        public String getRpcExt()
        Get RPC 额外信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RpcExt RPC 额外信息 注意:此字段可能返回 null,表示取不到有效值。
      • setRpcExt

        public void setRpcExt​(String RpcExt)
        Set RPC 额外信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RpcExt - RPC 额外信息 注意:此字段可能返回 null,表示取不到有效值。
      • getGatewayDeployGroupId

        public String getGatewayDeployGroupId()
        Get 部署组id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        GatewayDeployGroupId 部署组id 注意:此字段可能返回 null,表示取不到有效值。
      • setGatewayDeployGroupId

        public void setGatewayDeployGroupId​(String GatewayDeployGroupId)
        Set 部署组id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        GatewayDeployGroupId - 部署组id 注意:此字段可能返回 null,表示取不到有效值。
      • getMd5

        public String getMd5()
        Get md5 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Md5 md5 注意:此字段可能返回 null,表示取不到有效值。
      • setMd5

        public void setMd5​(String Md5)
        Set md5 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Md5 - md5 注意:此字段可能返回 null,表示取不到有效值。
      • getRpcType

        public String getRpcType()
        Get RPC 类型 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        RpcType RPC 类型 注意:此字段可能返回 null,表示取不到有效值。
      • setRpcType

        public void setRpcType​(String RpcType)
        Set RPC 类型 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        RpcType - RPC 类型 注意:此字段可能返回 null,表示取不到有效值。