GetObjectByHeapObjectIdRequest

@Serializable
data class GetObjectByHeapObjectIdRequest(val objectId: HeapSnapshotObjectId, val objectGroup: String? = null)

Request object containing input parameters for the HeapProfilerDomain.getObjectByHeapObjectId command.

Constructors

Link copied to clipboard
constructor(objectId: HeapSnapshotObjectId, objectGroup: String? = null)

Types

Link copied to clipboard
class Builder(val objectId: HeapSnapshotObjectId)

A builder for GetObjectByHeapObjectIdRequest, which allows setting the optional parameters of the HeapProfilerDomain.getObjectByHeapObjectId command via a lambda.

Properties

Link copied to clipboard
val objectGroup: String? = null

Symbolic group name that can be used to release multiple objects.

Link copied to clipboard

(undocumented in the protocol definition)