-
public final class GetHeapObjectIdRequestRequest object containing input parameters for the HeapProfilerDomain.getHeapObjectId command.
-
-
Constructor Summary
Constructors Constructor Description GetHeapObjectIdRequest(String objectId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final GetHeapObjectIdRequestcopy(String objectId)final StringgetObjectId()Identifier of the object to get heap object id for. -
-
Constructor Detail
-
GetHeapObjectIdRequest
GetHeapObjectIdRequest(String objectId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final GetHeapObjectIdRequest copy(String objectId)
-
getObjectId
final String getObjectId()
Identifier of the object to get heap object id for.
-
-
-
-