public class Notification extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
Notification.Builder |
| 构造器和说明 |
|---|
Notification() |
Notification(Notification.Builder builder) |
public Notification()
public Notification(Notification.Builder builder)
public static Notification.Builder newBuilder()
public String getId()
public void setId(String id)
public String getJobName()
public void setJobName(String jobName)
public Integer getStatus()
public void setStatus(Integer status)
public NotificationUser getCreateUser()
public void setCreateUser(NotificationUser createUser)
public String getCreatedAt()
public void setCreatedAt(String createdAt)
public NotificationUser getUpdateUser()
public void setUpdateUser(NotificationUser updateUser)
public String getUpdatedAt()
public void setUpdatedAt(String updatedAt)
public Integer getTargetUserCount()
public void setTargetUserCount(Integer targetUserCount)
public Integer getSentUserCount()
public void setSentUserCount(Integer sentUserCount)
public Integer getReadUserCount()
public void setReadUserCount(Integer readUserCount)
public String getSendAt()
public void setSendAt(String sendAt)
public String getPushContent()
public void setPushContent(String pushContent)
public Integer getPushType()
public void setPushType(Integer pushType)
public Integer getPushScopeType()
public void setPushScopeType(Integer pushScopeType)
public Integer getNewStaffScopeType()
public void setNewStaffScopeType(Integer newStaffScopeType)
public NotificationDepartment[] getNewStaffScopeDepartmentList()
public void setNewStaffScopeDepartmentList(NotificationDepartment[] newStaffScopeDepartmentList)
public NotificationUser[] getUserList()
public void setUserList(NotificationUser[] userList)
public NotificationDepartment[] getDepartmentList()
public void setDepartmentList(NotificationDepartment[] departmentList)
public NotificationChat[] getChatList()
public void setChatList(NotificationChat[] chatList)
public String getExt()
public void setExt(String ext)
Copyright © 2024. All rights reserved.