Class RouteFilter

  • All Implemented Interfaces:
    Serializable

    public final class RouteFilter
    extends Object
    implements Serializable
    A route filter, as filtered by a set of route ids. If the set of ids is empty, we consider all routes to be enabled. if the set of ids is not empty, then we consider only routes with ids contained in the filter set to be enabled.
    Author:
    bdferris
    See Also:
    RouteFilterBean, Serialized Form
    • Constructor Detail

      • RouteFilter

        public RouteFilter()
      • RouteFilter

        public RouteFilter​(Set<String> routeIds)
    • Method Detail

      • getRouteIds

        public Set<String> getRouteIds()