-
public final class AttachToTargetResponseResponse type for the TargetDomain.attachToTarget command.
-
-
Constructor Summary
Constructors Constructor Description AttachToTargetResponse(String sessionId)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final AttachToTargetResponsecopy(String sessionId)final StringgetSessionId()Id assigned to the session. -
-
Constructor Detail
-
AttachToTargetResponse
AttachToTargetResponse(String sessionId)
-
-
Method Detail
-
component1
final String component1()
-
copy
final AttachToTargetResponse copy(String sessionId)
-
getSessionId
final String getSessionId()
Id assigned to the session.
-
-
-
-