Class Page.RouteOptions

  • Enclosing interface:
    Page

    public static class Page.RouteOptions
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.Integer times
      How often a route should be used.
    • Constructor Summary

      Constructors 
      Constructor Description
      RouteOptions()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Page.RouteOptions setTimes​(int times)
      How often a route should be used.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • times

        public java.lang.Integer times
        How often a route should be used. By default it will be used every time.
    • Constructor Detail

      • RouteOptions

        public RouteOptions()
    • Method Detail

      • setTimes

        public Page.RouteOptions setTimes​(int times)
        How often a route should be used. By default it will be used every time.