org.apache.cxf.management.web.browser.client.service.browser
Class FilterOptions
java.lang.Object
org.apache.cxf.management.web.browser.client.service.browser.FilterOptions
public class FilterOptions
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EMPTY
public static final FilterOptions EMPTY
FilterOptions
public FilterOptions(@Nullable
String phrase,
@Nullable
Date from,
@Nullable
Date to,
@Nonnull
List<FilterOptions.Level> levels)
getPhrase
@Nullable
public String getPhrase()
getFrom
@Nullable
public Date getFrom()
getTo
@Nullable
public Date getTo()
getLevels
@Nonnull
public List<FilterOptions.Level> getLevels()
Apache CXF