-
public final class AddInspectedHeapObjectRequestRequest object containing input parameters for the HeapProfilerDomain.addInspectedHeapObject command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringheapObjectId
-
Constructor Summary
Constructors Constructor Description AddInspectedHeapObjectRequest(String heapObjectId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final AddInspectedHeapObjectRequestcopy(String heapObjectId)final StringgetHeapObjectId()Heap snapshot object id to be accessible by means of $x command line API. -
-
Constructor Detail
-
AddInspectedHeapObjectRequest
AddInspectedHeapObjectRequest(String heapObjectId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final AddInspectedHeapObjectRequest copy(String heapObjectId)
-
getHeapObjectId
final String getHeapObjectId()
Heap snapshot object id to be accessible by means of $x command line API.
-
-
-
-