Interface ResponseTimeRootCauseEntity.Builder

    • Method Detail

      • name

        ResponseTimeRootCauseEntity.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.
      • coverage

        ResponseTimeRootCauseEntity.Builder coverage​(Double coverage)

        The type and messages of the exceptions.

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

        ResponseTimeRootCauseEntity.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.