Interface InvalidSignal.Builder

    • Method Detail

      • name

        InvalidSignal.Builder name​(String name)

        The name of the signal that isn't valid.

        Parameters:
        name - The name of the signal that isn't valid.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • reason

        InvalidSignal.Builder reason​(String reason)

        A message about why the signal isn't valid.

        Parameters:
        reason - A message about why the signal isn't valid.
        Returns:
        Returns a reference to this object so that method calls can be chained together.