Interface FaultRootCauseEntity.Builder

    • Method Detail

      • name

        FaultRootCauseEntity.Builder name​(String name)

        The name of the entity.

        Parameters:
        name - The name of the entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exceptions

        FaultRootCauseEntity.Builder exceptions​(Collection<RootCauseException> exceptions)

        The types and messages of the exceptions.

        Parameters:
        exceptions - The types and messages of the exceptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exceptions

        FaultRootCauseEntity.Builder exceptions​(RootCauseException... exceptions)

        The types and messages of the exceptions.

        Parameters:
        exceptions - The types and messages of the exceptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • remote

        FaultRootCauseEntity.Builder remote​(Boolean remote)

        A flag that denotes a remote subsegment.

        Parameters:
        remote - A flag that denotes a remote subsegment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.