public class PrideFilter extends Object
| Constructor and Description |
|---|
PrideFilter(PrideFilterType type,
String value)
Creates a new PrideFilter instance.
|
| Modifier and Type | Method and Description |
|---|---|
PrideFilterType |
getType()
Returns the filter type.
|
String |
getValue()
Returns the filter value.
|
public PrideFilter(PrideFilterType type, String value)
type - the type of the filtervalue - the value for the filter as a stringpublic String getValue()
public PrideFilterType getType()
Copyright © 2016. All rights reserved.