类 UpdateQuotaRateRequest
- java.lang.Object
-
- com.baidubce.model.AbstractBceRequest
-
- com.baidubce.services.sms.model.SmsRequest
-
- com.baidubce.services.sms.model.v3.UpdateQuotaRateRequest
-
public class UpdateQuotaRateRequest extends SmsRequest
-
-
构造器概要
构造器 构造器 说明 UpdateQuotaRateRequest()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 IntegergetQuotaPerDay()IntegergetQuotaPerMonth()IntegergetRateLimitPerDay()IntegergetRateLimitPerHour()IntegergetRateLimitPerMinute()voidsetQuotaPerDay(Integer quotaPerDay)voidsetQuotaPerMonth(Integer quotaPerMonth)voidsetRateLimitPerDay(Integer rateLimitPerDay)voidsetRateLimitPerHour(Integer rateLimitPerHour)voidsetRateLimitPerMinute(Integer rateLimitPerMinute)UpdateQuotaRateRequestwithQuotaPerDay(Integer quotaPerDay)UpdateQuotaRateRequestwithQuotaPerMonth(Integer quotaPerMonth)UpdateQuotaRateRequestwithRateLimitPerDay(Integer rateLimitPerDay)UpdateQuotaRateRequestwithRateLimitPerHour(Integer rateLimitPerHour)UpdateQuotaRateRequestwithRateLimitPerMinute(Integer rateLimitPerMinute)-
从类继承的方法 com.baidubce.services.sms.model.SmsRequest
getRequestCredentials, setRequestCredentials, withRequestCredentials
-
-
-
-
方法详细资料
-
getQuotaPerDay
public Integer getQuotaPerDay()
-
getQuotaPerMonth
public Integer getQuotaPerMonth()
-
getRateLimitPerDay
public Integer getRateLimitPerDay()
-
getRateLimitPerHour
public Integer getRateLimitPerHour()
-
getRateLimitPerMinute
public Integer getRateLimitPerMinute()
-
setQuotaPerDay
public void setQuotaPerDay(Integer quotaPerDay)
-
setQuotaPerMonth
public void setQuotaPerMonth(Integer quotaPerMonth)
-
setRateLimitPerDay
public void setRateLimitPerDay(Integer rateLimitPerDay)
-
setRateLimitPerHour
public void setRateLimitPerHour(Integer rateLimitPerHour)
-
setRateLimitPerMinute
public void setRateLimitPerMinute(Integer rateLimitPerMinute)
-
withQuotaPerDay
public UpdateQuotaRateRequest withQuotaPerDay(Integer quotaPerDay)
-
withQuotaPerMonth
public UpdateQuotaRateRequest withQuotaPerMonth(Integer quotaPerMonth)
-
withRateLimitPerDay
public UpdateQuotaRateRequest withRateLimitPerDay(Integer rateLimitPerDay)
-
withRateLimitPerHour
public UpdateQuotaRateRequest withRateLimitPerHour(Integer rateLimitPerHour)
-
withRateLimitPerMinute
public UpdateQuotaRateRequest withRateLimitPerMinute(Integer rateLimitPerMinute)
-
-