类 QueryQuotaRateResponse
- java.lang.Object
-
- com.baidubce.model.AbstractBceResponse
-
- com.baidubce.services.sms.model.SmsResponse
-
- com.baidubce.services.sms.model.v3.QueryQuotaRateResponse
-
- 所有已实现的接口:
Serializable
public class QueryQuotaRateResponse extends SmsResponse
- 另请参阅:
- 序列化表格
-
-
字段概要
-
从类继承的字段 com.baidubce.model.AbstractBceResponse
metadata
-
-
构造器概要
构造器 构造器 说明 QueryQuotaRateResponse()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 StringgetQuotaApplyCheckReply()StringgetQuotaApplyCheckStatus()intgetQuotaPerDay()IntegergetQuotaPerDayApply()intgetQuotaPerMonth()IntegergetQuotaPerMonthApply()intgetQuotaRemainThisMonth()intgetQuotaRemainToday()intgetRateLimitPerDay()intgetRateLimitPerHour()intgetRateLimitPerMinute()booleanisRateLimitWhitelist()voidsetQuotaApplyCheckReply(String quotaApplyCheckReply)voidsetQuotaApplyCheckStatus(String quotaApplyCheckStatus)voidsetQuotaPerDay(int quotaPerDay)voidsetQuotaPerDayApply(int quotaPerMonthApply)voidsetQuotaPerMonth(int quotaPerMonth)voidsetQuotaPerMonthApply(int quotaPerMonthApply)voidsetQuotaRemainThisMonth(int quotaRemainThisMonth)voidsetQuotaRemainToday(int quotaRemainToday)voidsetRateLimitPerDay(int rateLimitPerDay)voidsetRateLimitPerHour(int rateLimitPerHour)voidsetRateLimitPerMinute(int rateLimitPerMinute)voidsetRateLimitWhitelist(boolean rateLimitWhitelist)StringtoString()-
从类继承的方法 com.baidubce.model.AbstractBceResponse
getMetadata
-
-
-
-
方法详细资料
-
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()
-
-