-
public final class RuntimeEvent.InspectRequestedEvent extends RuntimeEvent
Issued when object should be inspected (for example, as a result of inspect() command line API call).
-
-
Field Summary
Fields Modifier and Type Field Description private final RemoteObjectobjectprivate final JsonElementhints
-
Constructor Summary
Constructors Constructor Description InspectRequestedEvent(RemoteObject object, JsonElement hints)
-
Method Summary
Modifier and Type Method Description final RemoteObjectcomponent1()final JsonElementcomponent2()final RuntimeEvent.InspectRequestedEventcopy(RemoteObject object, JsonElement hints)final RemoteObjectgetObject()final JsonElementgetHints()-
-
Constructor Detail
-
InspectRequestedEvent
InspectRequestedEvent(RemoteObject object, JsonElement hints)
-
-
Method Detail
-
component1
final RemoteObject component1()
-
component2
final JsonElement component2()
-
copy
final RuntimeEvent.InspectRequestedEvent copy(RemoteObject object, JsonElement hints)
-
getObject
final RemoteObject getObject()
-
getHints
final JsonElement getHints()
-
-
-
-