Class UsagePlanEnvironment

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      String getApiId()
      Get API 的唯一ID。 注意:此字段可能返回 null,表示取不到有效值。
      String getApiName()
      Get API 的名称。 注意:此字段可能返回 null,表示取不到有效值。
      String getCreatedTime()
      Get 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
      String getEnvironment()
      Get 已经绑定的环境名称。 注意:此字段可能返回 null,表示取不到有效值。
      Long getInUseRequestNum()
      Get 已经使用的配额。 注意:此字段可能返回 null,表示取不到有效值。
      Long getMaxRequestNum()
      Get 最大请求量。 注意:此字段可能返回 null,表示取不到有效值。
      Long getMaxRequestNumPreSec()
      Get 每秒最大请求次数。 注意:此字段可能返回 null,表示取不到有效值。
      String getMethod()
      Get API 的方法。 注意:此字段可能返回 null,表示取不到有效值。
      String getModifiedTime()
      Get 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
      String getPath()
      Get API 的路径。 注意:此字段可能返回 null,表示取不到有效值。
      String getServiceId()
      Get 绑定的服务唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。
      String getServiceName()
      Get 服务名称。 注意:此字段可能返回 null,表示取不到有效值。
      void setApiId​(String ApiId)
      Set API 的唯一ID。 注意:此字段可能返回 null,表示取不到有效值。
      void setApiName​(String ApiName)
      Set API 的名称。 注意:此字段可能返回 null,表示取不到有效值。
      void setCreatedTime​(String CreatedTime)
      Set 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
      void setEnvironment​(String Environment)
      Set 已经绑定的环境名称。 注意:此字段可能返回 null,表示取不到有效值。
      void setInUseRequestNum​(Long InUseRequestNum)
      Set 已经使用的配额。 注意:此字段可能返回 null,表示取不到有效值。
      void setMaxRequestNum​(Long MaxRequestNum)
      Set 最大请求量。 注意:此字段可能返回 null,表示取不到有效值。
      void setMaxRequestNumPreSec​(Long MaxRequestNumPreSec)
      Set 每秒最大请求次数。 注意:此字段可能返回 null,表示取不到有效值。
      void setMethod​(String Method)
      Set API 的方法。 注意:此字段可能返回 null,表示取不到有效值。
      void setModifiedTime​(String ModifiedTime)
      Set 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
      void setPath​(String Path)
      Set API 的路径。 注意:此字段可能返回 null,表示取不到有效值。
      void setServiceId​(String ServiceId)
      Set 绑定的服务唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。
      void setServiceName​(String ServiceName)
      Set 服务名称。 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • UsagePlanEnvironment

        public UsagePlanEnvironment()
      • UsagePlanEnvironment

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

      • getServiceId

        public String getServiceId()
        Get 绑定的服务唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ServiceId 绑定的服务唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。
      • setServiceId

        public void setServiceId​(String ServiceId)
        Set 绑定的服务唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ServiceId - 绑定的服务唯一 ID。 注意:此字段可能返回 null,表示取不到有效值。
      • 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,表示取不到有效值。
      • getApiName

        public String getApiName()
        Get API 的名称。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ApiName API 的名称。 注意:此字段可能返回 null,表示取不到有效值。
      • setApiName

        public void setApiName​(String ApiName)
        Set API 的名称。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ApiName - API 的名称。 注意:此字段可能返回 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,表示取不到有效值。
      • getMethod

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

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

        public String getEnvironment()
        Get 已经绑定的环境名称。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Environment 已经绑定的环境名称。 注意:此字段可能返回 null,表示取不到有效值。
      • setEnvironment

        public void setEnvironment​(String Environment)
        Set 已经绑定的环境名称。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Environment - 已经绑定的环境名称。 注意:此字段可能返回 null,表示取不到有效值。
      • getInUseRequestNum

        public Long getInUseRequestNum()
        Get 已经使用的配额。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        InUseRequestNum 已经使用的配额。 注意:此字段可能返回 null,表示取不到有效值。
      • setInUseRequestNum

        public void setInUseRequestNum​(Long InUseRequestNum)
        Set 已经使用的配额。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        InUseRequestNum - 已经使用的配额。 注意:此字段可能返回 null,表示取不到有效值。
      • getMaxRequestNum

        public Long getMaxRequestNum()
        Get 最大请求量。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MaxRequestNum 最大请求量。 注意:此字段可能返回 null,表示取不到有效值。
      • setMaxRequestNum

        public void setMaxRequestNum​(Long MaxRequestNum)
        Set 最大请求量。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MaxRequestNum - 最大请求量。 注意:此字段可能返回 null,表示取不到有效值。
      • getMaxRequestNumPreSec

        public Long getMaxRequestNumPreSec()
        Get 每秒最大请求次数。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MaxRequestNumPreSec 每秒最大请求次数。 注意:此字段可能返回 null,表示取不到有效值。
      • setMaxRequestNumPreSec

        public void setMaxRequestNumPreSec​(Long MaxRequestNumPreSec)
        Set 每秒最大请求次数。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MaxRequestNumPreSec - 每秒最大请求次数。 注意:此字段可能返回 null,表示取不到有效值。
      • getCreatedTime

        public String getCreatedTime()
        Get 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreatedTime 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
      • setCreatedTime

        public void setCreatedTime​(String CreatedTime)
        Set 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreatedTime - 创建时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
      • getModifiedTime

        public String getModifiedTime()
        Get 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ModifiedTime 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
      • setModifiedTime

        public void setModifiedTime​(String ModifiedTime)
        Set 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ModifiedTime - 最后修改时间。按照 ISO8601 标准表示,并且使用 UTC 时间。格式为:YYYY-MM-DDThh:mm:ssZ。 注意:此字段可能返回 null,表示取不到有效值。
      • getServiceName

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

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