-
public final class StopTrackingHeapObjectsRequestRequest object containing input parameters for the HeapProfilerDomain.stopTrackingHeapObjects command.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanreportProgressprivate final BooleantreatGlobalObjectsAsRoots
-
Constructor Summary
Constructors Constructor Description StopTrackingHeapObjectsRequest(Boolean reportProgress, Boolean treatGlobalObjectsAsRoots)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final Booleancomponent2()final StopTrackingHeapObjectsRequestcopy(Boolean reportProgress, Boolean treatGlobalObjectsAsRoots)final BooleangetReportProgress()If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped. final BooleangetTreatGlobalObjectsAsRoots()-
-
Method Detail
-
component1
final Boolean component1()
-
component2
final Boolean component2()
-
copy
final StopTrackingHeapObjectsRequest copy(Boolean reportProgress, Boolean treatGlobalObjectsAsRoots)
-
getReportProgress
final Boolean getReportProgress()
If true 'reportHeapSnapshotProgress' events will be generated while snapshot is being taken when the tracking is stopped.
-
getTreatGlobalObjectsAsRoots
final Boolean getTreatGlobalObjectsAsRoots()
-
-
-
-