类 AbstractNotification.Filter.FilterRule

java.lang.Object
cn.warpin.thirdPart.huawei.obs.obs.services.model.AbstractNotification.Filter.FilterRule
封闭类:
AbstractNotification.Filter

public static class AbstractNotification.Filter.FilterRule extends Object
Filtering rules configured for event notification
  • 字段详细资料

  • 构造器详细资料

    • FilterRule

      public FilterRule()
    • FilterRule

      public FilterRule(String name, String value)
      Constructor
      参数:
      name - Prefix or suffix of object names for filtering
      value - Object name keyword in the filtering rule
  • 方法详细资料

    • getName

      public String 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

      public void setName(String name)
      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

      public String getValue()
      Obtain keywords of the object name.
      返回:
      Keywords of the object name
    • setValue

      public void setValue(String value)
      Set keywords for the object name.
      参数:
      value - Keywords of the object name
    • hashCode

      public int hashCode()
      覆盖:
      hashCode 在类中 Object
    • equals

      public boolean equals(Object obj)
      覆盖:
      equals 在类中 Object
    • toString

      public String toString()
      覆盖:
      toString 在类中 Object