类 QueryQuotaRateResponse

    • 构造器详细资料

      • QueryQuotaRateResponse

        public QueryQuotaRateResponse()
    • 方法详细资料

      • setRateLimitWhitelist

        public void setRateLimitWhitelist​(boolean rateLimitWhitelist)
      • setRateLimitPerMinute

        public void setRateLimitPerMinute​(int rateLimitPerMinute)
      • setRateLimitPerHour

        public void setRateLimitPerHour​(int rateLimitPerHour)
      • setRateLimitPerDay

        public void setRateLimitPerDay​(int rateLimitPerDay)
      • setQuotaPerMonth

        public void setQuotaPerMonth​(int quotaPerMonth)
      • setQuotaPerDay

        public void setQuotaPerDay​(int quotaPerDay)
      • setQuotaRemainThisMonth

        public void setQuotaRemainThisMonth​(int quotaRemainThisMonth)
      • setQuotaRemainToday

        public void setQuotaRemainToday​(int quotaRemainToday)
      • setQuotaPerDayApply

        public void setQuotaPerDayApply​(int quotaPerMonthApply)
      • setQuotaPerMonthApply

        public void setQuotaPerMonthApply​(int quotaPerMonthApply)
      • setQuotaApplyCheckStatus

        public void setQuotaApplyCheckStatus​(String quotaApplyCheckStatus)
      • setQuotaApplyCheckReply

        public void setQuotaApplyCheckReply​(String quotaApplyCheckReply)
      • getRateLimitPerMinute

        public int getRateLimitPerMinute()
      • getRateLimitPerHour

        public int getRateLimitPerHour()
      • getRateLimitPerDay

        public int getRateLimitPerDay()
      • getQuotaPerMonth

        public int getQuotaPerMonth()
      • getQuotaPerDay

        public int getQuotaPerDay()
      • getQuotaRemainToday

        public int getQuotaRemainToday()
      • getQuotaRemainThisMonth

        public int getQuotaRemainThisMonth()
      • isRateLimitWhitelist

        public boolean isRateLimitWhitelist()
      • getQuotaPerDayApply

        public Integer getQuotaPerDayApply()
      • getQuotaPerMonthApply

        public Integer getQuotaPerMonthApply()
      • getQuotaApplyCheckStatus

        public String getQuotaApplyCheckStatus()
      • getQuotaApplyCheckReply

        public String getQuotaApplyCheckReply()