public static class AbstractNotification.Filter.FilterRule extends Object
Constructor and Description |
---|
FilterRule() |
FilterRule(String name,
String value)
构造函数
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getName()
获取按对象名的前缀或后缀进行过滤标识
|
String |
getValue()
获取对象名关键字
|
int |
hashCode() |
void |
setName(String name)
设置按对象名的前缀或后缀进行过滤标识
|
void |
setValue(String value)
设置对象名关键字
|
String |
toString() |
public String getName()
public void setName(String name)
name
- 按对象名前缀或后缀进行过滤标识public String getValue()
public void setValue(String value)
value
- 对象名关键字Copyright © 2021. All rights reserved.