-
public final class GetHeapObjectIdResponseResponse type for the HeapProfilerDomain.getHeapObjectId command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringheapSnapshotObjectId
-
Constructor Summary
Constructors Constructor Description GetHeapObjectIdResponse(String heapSnapshotObjectId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final GetHeapObjectIdResponsecopy(String heapSnapshotObjectId)final StringgetHeapSnapshotObjectId()Id of the heap snapshot object corresponding to the passed remote object id. -
-
Constructor Detail
-
GetHeapObjectIdResponse
GetHeapObjectIdResponse(String heapSnapshotObjectId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final GetHeapObjectIdResponse copy(String heapSnapshotObjectId)
-
getHeapSnapshotObjectId
final String getHeapSnapshotObjectId()
Id of the heap snapshot object corresponding to the passed remote object id.
-
-
-
-