-
public final class GetObjectByHeapObjectIdResponseResponse type for the HeapProfilerDomain.getObjectByHeapObjectId command.
-
-
Field Summary
Fields Modifier and Type Field Description private final RemoteObjectresult
-
Constructor Summary
Constructors Constructor Description GetObjectByHeapObjectIdResponse(RemoteObject result)
-
Method Summary
Modifier and Type Method Description final RemoteObjectcomponent1()final GetObjectByHeapObjectIdResponsecopy(RemoteObject result)final RemoteObjectgetResult()Evaluation result. -
-
Constructor Detail
-
GetObjectByHeapObjectIdResponse
GetObjectByHeapObjectIdResponse(RemoteObject result)
-
-
Method Detail
-
component1
final RemoteObject component1()
-
copy
final GetObjectByHeapObjectIdResponse copy(RemoteObject result)
-
getResult
final RemoteObject getResult()
Evaluation result.
-
-
-
-