Interface RouteResponseNotice.Builder

    • Method Detail

      • impact

        RouteResponseNotice.Builder impact​(String impact)

        Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.

        Parameters:
        impact - Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RouteNoticeImpact, RouteNoticeImpact
      • impact

        RouteResponseNotice.Builder impact​(RouteNoticeImpact impact)

        Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.

        Parameters:
        impact - Impact corresponding to the issue. While Low impact notices can be safely ignored, High impact notices must be evaluated further to determine the impact.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RouteNoticeImpact, RouteNoticeImpact