-
public final class GetObjectByHeapObjectIdRequestRequest object containing input parameters for the HeapProfilerDomain.getObjectByHeapObjectId command.
-
-
Field Summary
Fields Modifier and Type Field Description private final StringobjectIdprivate final StringobjectGroup
-
Constructor Summary
Constructors Constructor Description GetObjectByHeapObjectIdRequest(String objectId, String objectGroup)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Stringcomponent2()final GetObjectByHeapObjectIdRequestcopy(String objectId, String objectGroup)final StringgetObjectId()final StringgetObjectGroup()Symbolic group name that can be used to release multiple objects. -
-
Method Detail
-
component1
final String component1()
-
component2
final String component2()
-
copy
final GetObjectByHeapObjectIdRequest copy(String objectId, String objectGroup)
-
getObjectId
final String getObjectId()
-
getObjectGroup
final String getObjectGroup()
Symbolic group name that can be used to release multiple objects.
-
-
-
-