Class LogQueryConfig.PropertyFilter

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    LogQueryConfig

    public static class LogQueryConfig.PropertyFilter
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PropertyFilter​(java.lang.String key, java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      java.lang.String getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PropertyFilter

        public PropertyFilter​(java.lang.String key,
                              java.lang.String value)
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • getValue

        public java.lang.String getValue()