类 Notification

java.lang.Object
com.lark.oapi.service.helpdesk.v1.model.Notification

public class Notification extends Object
  • 构造器详细资料

    • Notification

      public Notification()
    • Notification

      public Notification(Notification.Builder builder)
  • 方法详细资料

    • newBuilder

      public static Notification.Builder newBuilder()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getJobName

      public String getJobName()
    • setJobName

      public void setJobName(String jobName)
    • getStatus

      public Integer getStatus()
    • setStatus

      public void setStatus(Integer status)
    • getCreateUser

      public NotificationUser getCreateUser()
    • setCreateUser

      public void setCreateUser(NotificationUser createUser)
    • getCreatedAt

      public String getCreatedAt()
    • setCreatedAt

      public void setCreatedAt(String createdAt)
    • getUpdateUser

      public NotificationUser getUpdateUser()
    • setUpdateUser

      public void setUpdateUser(NotificationUser updateUser)
    • getUpdatedAt

      public String getUpdatedAt()
    • setUpdatedAt

      public void setUpdatedAt(String updatedAt)
    • getTargetUserCount

      public Integer getTargetUserCount()
    • setTargetUserCount

      public void setTargetUserCount(Integer targetUserCount)
    • getSentUserCount

      public Integer getSentUserCount()
    • setSentUserCount

      public void setSentUserCount(Integer sentUserCount)
    • getReadUserCount

      public Integer getReadUserCount()
    • setReadUserCount

      public void setReadUserCount(Integer readUserCount)
    • getSendAt

      public String getSendAt()
    • setSendAt

      public void setSendAt(String sendAt)
    • getPushContent

      public String getPushContent()
    • setPushContent

      public void setPushContent(String pushContent)
    • getPushType

      public Integer getPushType()
    • setPushType

      public void setPushType(Integer pushType)
    • getPushScopeType

      public Integer getPushScopeType()
    • setPushScopeType

      public void setPushScopeType(Integer pushScopeType)
    • getNewStaffScopeType

      public Integer getNewStaffScopeType()
    • setNewStaffScopeType

      public void setNewStaffScopeType(Integer newStaffScopeType)
    • getNewStaffScopeDepartmentList

      public NotificationDepartment[] getNewStaffScopeDepartmentList()
    • setNewStaffScopeDepartmentList

      public void setNewStaffScopeDepartmentList(NotificationDepartment[] newStaffScopeDepartmentList)
    • getUserList

      public NotificationUser[] getUserList()
    • setUserList

      public void setUserList(NotificationUser[] userList)
    • getDepartmentList

      public NotificationDepartment[] getDepartmentList()
    • setDepartmentList

      public void setDepartmentList(NotificationDepartment[] departmentList)
    • getChatList

      public NotificationChat[] getChatList()
    • setChatList

      public void setChatList(NotificationChat[] chatList)
    • getExt

      public String getExt()
    • setExt

      public void setExt(String ext)