原始代码
public class Alert {private AlertRule rule;private Notification notification;public Alert(AlertRule rule, Notification notification) {this.rule rule;this.notification notification;}public void check(String api, long requestCount, long errorCoun…