public class Reminder extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Reminder.Builder |
| 构造器和说明 |
|---|
Reminder() |
Reminder(Reminder.Builder builder) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCreateUserId() |
Long |
getExpireTime() |
Boolean |
getIsNotify() |
Boolean |
getIsWholeDay() |
Long |
getNotifyTime() |
static Reminder.Builder |
newBuilder() |
void |
setCreateUserId(String createUserId) |
void |
setExpireTime(Long expireTime) |
void |
setIsNotify(Boolean isNotify) |
void |
setIsWholeDay(Boolean isWholeDay) |
void |
setNotifyTime(Long notifyTime) |
public Reminder()
public Reminder(Reminder.Builder builder)
public static Reminder.Builder newBuilder()
public String getCreateUserId()
public void setCreateUserId(String createUserId)
public Boolean getIsNotify()
public void setIsNotify(Boolean isNotify)
public Boolean getIsWholeDay()
public void setIsWholeDay(Boolean isWholeDay)
public Long getExpireTime()
public void setExpireTime(Long expireTime)
public Long getNotifyTime()
public void setNotifyTime(Long notifyTime)
Copyright © 2022. All rights reserved.