public static class AbstractNotification.Filter.FilterRule extends Object
| 构造器 | 说明 |
|---|---|
FilterRule() |
|
FilterRule(String name,
String value) |
Constructor
|
| 限定符和类型 | 方法 | 说明 |
|---|---|---|
boolean |
equals(Object obj) |
|
String |
getName() |
Obtain the identifier that specifies whether objects are filtered
by object name prefix or suffix.
|
String |
getValue() |
Obtain keywords of the object name.
|
int |
hashCode() |
|
void |
setName(String name) |
Set the identifier that specifies whether objects are filtered by
object name prefix or suffix.
|
void |
setValue(String value) |
Set keywords for the object name.
|
String |
toString() |
public String getName()
public void setName(String name)
name - Identifier specifying whether objects are filtered by
object name prefix or suffixpublic String getValue()
public void setValue(String value)
value - Keywords of the object nameCopyright © 2025. All rights reserved.