public class SmsDeliveryTime extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
SERIALIZED_NAME_HOUR |
static String |
SERIALIZED_NAME_MINUTE |
| Constructor and Description |
|---|
SmsDeliveryTime() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getHour()
Hour when the time window opens when used in the `from` property or closes when used
in the `to` property.
|
Integer |
getMinute()
Minute when the time window opens when used in the `from` property or closes when
used in the `to` property.
|
int |
hashCode() |
SmsDeliveryTime |
hour(Integer hour) |
SmsDeliveryTime |
minute(Integer minute) |
void |
setHour(Integer hour) |
void |
setMinute(Integer minute) |
String |
toString() |
public static final String SERIALIZED_NAME_HOUR
public static final String SERIALIZED_NAME_MINUTE
public SmsDeliveryTime hour(Integer hour)
public Integer getHour()
public void setHour(Integer hour)
public SmsDeliveryTime minute(Integer minute)
public Integer getMinute()
public void setMinute(Integer minute)
Copyright © 2022. All rights reserved.