public static class AbstractNotification.Filter.FilterRule extends Object
Constructor and Description |
---|
AbstractNotification.Filter.FilterRule() |
AbstractNotification.Filter.FilterRule(String name,
String value)
Constructor
|
Modifier and Type | Method and Description |
---|---|
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 AbstractNotification.Filter.FilterRule()
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 © 2019. All rights reserved.