public class UpdateQuotaRateRequest extends SmsRequest
| Constructor and Description |
|---|
UpdateQuotaRateRequest() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getQuotaPerDay() |
Integer |
getQuotaPerMonth() |
Integer |
getRateLimitPerDay() |
Integer |
getRateLimitPerHour() |
Integer |
getRateLimitPerMinute() |
void |
setQuotaPerDay(Integer quotaPerDay) |
void |
setQuotaPerMonth(Integer quotaPerMonth) |
void |
setRateLimitPerDay(Integer rateLimitPerDay) |
void |
setRateLimitPerHour(Integer rateLimitPerHour) |
void |
setRateLimitPerMinute(Integer rateLimitPerMinute) |
UpdateQuotaRateRequest |
withQuotaPerDay(Integer quotaPerDay) |
UpdateQuotaRateRequest |
withQuotaPerMonth(Integer quotaPerMonth) |
UpdateQuotaRateRequest |
withRateLimitPerDay(Integer rateLimitPerDay) |
UpdateQuotaRateRequest |
withRateLimitPerHour(Integer rateLimitPerHour) |
UpdateQuotaRateRequest |
withRateLimitPerMinute(Integer rateLimitPerMinute) |
getRequestCredentials, setRequestCredentials, withRequestCredentialspublic Integer getQuotaPerDay()
public Integer getQuotaPerMonth()
public Integer getRateLimitPerDay()
public Integer getRateLimitPerHour()
public Integer getRateLimitPerMinute()
public void setQuotaPerDay(Integer quotaPerDay)
public void setQuotaPerMonth(Integer quotaPerMonth)
public void setRateLimitPerDay(Integer rateLimitPerDay)
public void setRateLimitPerHour(Integer rateLimitPerHour)
public void setRateLimitPerMinute(Integer rateLimitPerMinute)
public UpdateQuotaRateRequest withQuotaPerDay(Integer quotaPerDay)
public UpdateQuotaRateRequest withQuotaPerMonth(Integer quotaPerMonth)
public UpdateQuotaRateRequest withRateLimitPerDay(Integer rateLimitPerDay)
public UpdateQuotaRateRequest withRateLimitPerHour(Integer rateLimitPerHour)
public UpdateQuotaRateRequest withRateLimitPerMinute(Integer rateLimitPerMinute)
Copyright © 2022. All rights reserved.