public class SmsSendingSpeedLimit extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_AMOUNT |
static String |
SERIALIZED_NAME_TIME_UNIT |
| Constructor and Description |
|---|
SmsSendingSpeedLimit() |
| Modifier and Type | Method and Description |
|---|---|
SmsSendingSpeedLimit |
amount(Integer amount) |
boolean |
equals(Object o) |
Integer |
getAmount()
The number of messages to be sent per timeUnit.
|
SmsSpeedLimitTimeUnit |
getTimeUnit()
The time unit to define when setting a messaging speed limit.
|
int |
hashCode() |
void |
setAmount(Integer amount) |
void |
setTimeUnit(SmsSpeedLimitTimeUnit timeUnit) |
SmsSendingSpeedLimit |
timeUnit(SmsSpeedLimitTimeUnit timeUnit) |
String |
toString() |
public static final String SERIALIZED_NAME_AMOUNT
public static final String SERIALIZED_NAME_TIME_UNIT
public SmsSendingSpeedLimit amount(Integer amount)
public Integer getAmount()
public void setAmount(Integer amount)
public SmsSendingSpeedLimit timeUnit(SmsSpeedLimitTimeUnit timeUnit)
public SmsSpeedLimitTimeUnit getTimeUnit()
public void setTimeUnit(SmsSpeedLimitTimeUnit timeUnit)
Copyright © 2022. All rights reserved.