类 AbstractNotification.Filter.FilterRule
java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.AbstractNotification.Filter.FilterRule
Filtering rules configured for event notification
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明booleangetName()Obtain the identifier that specifies whether objects are filtered by object name prefix or suffix.getValue()Obtain keywords of the object name.inthashCode()voidSet the identifier that specifies whether objects are filtered by object name prefix or suffix.voidSet keywords for the object name.toString()
-
字段详细资料
-
name
-
value
-
-
构造器详细资料
-
FilterRule
public FilterRule() -
FilterRule
Constructor- 参数:
name- Prefix or suffix of object names for filteringvalue- Object name keyword in the filtering rule
-
-
方法详细资料
-
getName
Obtain the identifier that specifies whether objects are filtered by object name prefix or suffix.- 返回:
- Identifier specifying whether objects are filtered by object name prefix or suffix
-
setName
Set the identifier that specifies whether objects are filtered by object name prefix or suffix.- 参数:
name- Identifier specifying whether objects are filtered by object name prefix or suffix
-
getValue
Obtain keywords of the object name.- 返回:
- Keywords of the object name
-
setValue
Set keywords for the object name.- 参数:
value- Keywords of the object name
-
hashCode
public int hashCode() -
equals
-
toString
-