public static class Notification.Builder extends Object
| 构造器和说明 |
|---|
Builder() |
public Notification.Builder id(String id)
public Notification.Builder jobName(String jobName)
public Notification.Builder status(Integer status)
public Notification.Builder createUser(NotificationUser createUser)
public Notification.Builder createdAt(String createdAt)
public Notification.Builder updateUser(NotificationUser updateUser)
public Notification.Builder updatedAt(String updatedAt)
public Notification.Builder targetUserCount(Integer targetUserCount)
public Notification.Builder sentUserCount(Integer sentUserCount)
public Notification.Builder readUserCount(Integer readUserCount)
public Notification.Builder sendAt(String sendAt)
public Notification.Builder pushContent(String pushContent)
public Notification.Builder pushType(Integer pushType)
public Notification.Builder pushScopeType(Integer pushScopeType)
public Notification.Builder newStaffScopeType(Integer newStaffScopeType)
public Notification.Builder newStaffScopeDepartmentList(NotificationDepartment[] newStaffScopeDepartmentList)
public Notification.Builder userList(NotificationUser[] userList)
public Notification.Builder departmentList(NotificationDepartment[] departmentList)
public Notification.Builder chatList(NotificationChat[] chatList)
public Notification.Builder ext(String ext)
public Notification build()
Copyright © 2022. All rights reserved.