public class AttachedToTarget extends Object
attachToTarget
commandConstructor and Description |
---|
AttachedToTarget() |
Modifier and Type | Method and Description |
---|---|
String |
getSessionId()
Identifier assigned to the session used to send/receive messages.
|
TargetInfo |
getTargetInfo() |
Boolean |
isWaitingForDebugger() |
void |
setSessionId(String sessionId)
Identifier assigned to the session used to send/receive messages.
|
void |
setTargetInfo(TargetInfo targetInfo) |
void |
setWaitingForDebugger(Boolean waitingForDebugger) |
public String getSessionId()
public void setSessionId(String sessionId)
public TargetInfo getTargetInfo()
public void setTargetInfo(TargetInfo targetInfo)
public Boolean isWaitingForDebugger()
public void setWaitingForDebugger(Boolean waitingForDebugger)
Copyright © 2017 WebFolder OÜ. All rights reserved.