public class NotificationRule extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
NotificationRule.NotificationRuleBuilder |
| 构造器和说明 |
|---|
NotificationRule() |
| 限定符和类型 | 方法和说明 |
|---|---|
static NotificationRule.NotificationRuleBuilder |
builder() |
NotificationDestination |
getDestination() |
List<String> |
getEvents() |
Filter |
getFilter() |
String |
getRuleId() |
NotificationRule |
setDestination(NotificationDestination destination) |
NotificationRule |
setEvents(List<String> events) |
NotificationRule |
setFilter(Filter filter) |
NotificationRule |
setRuleId(String ruleId) |
String |
toString() |
public String getRuleId()
public NotificationRule setRuleId(String ruleId)
public NotificationRule setEvents(List<String> events)
public Filter getFilter()
public NotificationRule setFilter(Filter filter)
public NotificationDestination getDestination()
public NotificationRule setDestination(NotificationDestination destination)
public static NotificationRule.NotificationRuleBuilder builder()
Copyright © 2025. All rights reserved.