PersonalRecipientNotification

Prev Next

Available in Classic and VPC

This is the notification recipient information required when creating or editing an event rule.

Syntax

The syntax is as follows:

private Long managerNo;
private String managerName;
private Set<NotifyType> notifyTypes;
private Integer reminderTime;
private boolean enableNotiWhenEventClose; 

Field

The following describes the fields:

Field Type Required Description
managerNo Long - Notification recipient number
managerName String - Notification recipient name
notifyTypes Set<NotifyType> - Notification method
  • SMS | EMAIL
reminderTime Integer - Reminder notification frequency
  • 5-720
enableNotiWhenEventClose Boolean - Whether to use end notification
  • true | false