Interface Match.Builder

    • Method Detail

      • frameAddress

        Match.Builder frameAddress​(String frameAddress)

        The location in the profiling graph that contains a recommendation found during analysis.

        Parameters:
        frameAddress - The location in the profiling graph that contains a recommendation found during analysis.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • targetFramesIndex

        Match.Builder targetFramesIndex​(Integer targetFramesIndex)

        The target frame that triggered a match.

        Parameters:
        targetFramesIndex - The target frame that triggered a match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • thresholdBreachValue

        Match.Builder thresholdBreachValue​(Double thresholdBreachValue)

        The value in the profile data that exceeded the recommendation threshold.

        Parameters:
        thresholdBreachValue - The value in the profile data that exceeded the recommendation threshold.
        Returns:
        Returns a reference to this object so that method calls can be chained together.