Class TestAllRoutesResultInner


  • public final class TestAllRoutesResultInner
    extends Object
    Result of testing all routes.
    • Constructor Detail

      • TestAllRoutesResultInner

        public TestAllRoutesResultInner()
    • Method Detail

      • routes

        public List<MatchedRoute> routes()
        Get the routes property: JSON-serialized array of matched routes.
        Returns:
        the routes value.
      • withRoutes

        public TestAllRoutesResultInner withRoutes​(List<MatchedRoute> routes)
        Set the routes property: JSON-serialized array of matched routes.
        Parameters:
        routes - the routes value to set.
        Returns:
        the TestAllRoutesResultInner object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.