public static class FilterSet.Filter
extends java.lang.Object
| Constructor and Description | 
|---|
| FilterSet.Filter()No-argument constructor. | 
| FilterSet.Filter(java.lang.String token,
                java.lang.String value)Constructor for the Filter object. | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getToken()Gets the Token attribute of the Filter object. | 
| java.lang.String | getValue()Gets the Value attribute of the Filter object. | 
| void | setToken(java.lang.String token)Sets the Token attribute of the Filter object. | 
| void | setValue(java.lang.String value)Sets the Value attribute of the Filter object. | 
public FilterSet.Filter(java.lang.String token,
                java.lang.String value)
token - The token which will be replaced when filtering.value - The value which will replace the token when filtering.public FilterSet.Filter()
public void setToken(java.lang.String token)
token - The new Token value.public void setValue(java.lang.String value)
value - The new Value value.public java.lang.String getToken()
public java.lang.String getValue()