public static interface Match.Builder extends SdkPojo, CopyableBuilder<Match.Builder,Match>
| Modifier and Type | Method and Description |
|---|---|
Match.Builder |
frameAddress(String frameAddress)
The location in the profiling graph that contains a recommendation found during analysis.
|
Match.Builder |
targetFramesIndex(Integer targetFramesIndex)
The target frame that triggered a match.
|
Match.Builder |
thresholdBreachValue(Double thresholdBreachValue)
The value in the profile data that exceeded the recommendation threshold.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMatch.Builder frameAddress(String frameAddress)
The location in the profiling graph that contains a recommendation found during analysis.
frameAddress - The location in the profiling graph that contains a recommendation found during analysis.Match.Builder targetFramesIndex(Integer targetFramesIndex)
The target frame that triggered a match.
targetFramesIndex - The target frame that triggered a match.Match.Builder thresholdBreachValue(Double thresholdBreachValue)
The value in the profile data that exceeded the recommendation threshold.
thresholdBreachValue - The value in the profile data that exceeded the recommendation threshold.Copyright © 2023. All rights reserved.