public class Filter extends Object implements Comparable<Filter>
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected String |
value |
public String getKey()
public void setKey(String key)
key - the key to setpublic String getValue()
public void setValue(String value)
value - the value to setpublic int compareTo(Filter filter)
compareTo in interface Comparable<Filter>Copyright © 2021. All Rights Reserved.