| | |
| | | import java.io.Serializable; |
| | | import java.util.Map; |
| | | |
| | | /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/event/SerializableNotifierEvent.class */ |
| | | public class SerializableNotifierEvent implements Serializable { |
| | | private boolean success; |
| | | private String errorType; |
| | |
| | | private String template; |
| | | private Map<String, Object> context; |
| | | |
| | | /* loaded from: blade-starter-notify-9.3.0.0-SNAPSHOT.jar:org/springblade/core/notify/event/SerializableNotifierEvent$SerializableNotifierEventBuilder.class */ |
| | | |
| | | public static class SerializableNotifierEventBuilder { |
| | | private boolean success; |
| | | private String errorType; |