public static class AggregatedSnapshot.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AggregatedSnapshot.Builder |
aggregatedStackTraces(List<AggregatedStackTrace> aggregatedStackTraces)
List of aggregated stack trace.
|
AggregatedSnapshot |
build() |
AggregatedSnapshot.Builder |
copy(AggregatedSnapshot model) |
AggregatedSnapshot.Builder |
details(List<SnapshotDetail> details)
Aggregated snapshot details.
|
public AggregatedSnapshot.Builder details(List<SnapshotDetail> details)
Aggregated snapshot details.
details
- the value to setpublic AggregatedSnapshot.Builder aggregatedStackTraces(List<AggregatedStackTrace> aggregatedStackTraces)
List of aggregated stack trace.
aggregatedStackTraces
- the value to setpublic AggregatedSnapshot build()
public AggregatedSnapshot.Builder copy(AggregatedSnapshot model)
Copyright © 2016–2024. All rights reserved.