public class StartTerminalSessionResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
requestId
The request ID.
|
String |
securityToken
The security token included in the WebSocket request header.
|
String |
sessionId
The session ID.
|
String |
webSocketUrl
The URL of the WebSocket session that is used to connect to the instance.
|
构造器和说明 |
---|
StartTerminalSessionResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static StartTerminalSessionResponseBody |
build(Map<String,?> map) |
String |
getRequestId() |
String |
getSecurityToken() |
String |
getSessionId() |
String |
getWebSocketUrl() |
StartTerminalSessionResponseBody |
setRequestId(String requestId) |
StartTerminalSessionResponseBody |
setSecurityToken(String securityToken) |
StartTerminalSessionResponseBody |
setSessionId(String sessionId) |
StartTerminalSessionResponseBody |
setWebSocketUrl(String webSocketUrl) |
@NameInMap(value="RequestId") public String requestId
The request ID.
example:EB5173B0-8E80-564E-AAD1-3135412*****
@NameInMap(value="SecurityToken") public String securityToken
The security token included in the WebSocket request header. The system uses this token to authenticate the request.
example:d86c2df2-d19c-4bd8-b817-a19ef123****
@NameInMap(value="SessionId") public String sessionId
The session ID.
example:s-hz023od0x9****
@NameInMap(value="WebSocketUrl") public String webSocketUrl
The URL of the WebSocket session that is used to connect to the instance. The URL includes the session ID (SessionId
) and the authentication token (SecurityToken
).
wss://cn-hangzhou.axt.aliyuncs.com/session?sessionId=s-hz023od0x9****&token=d86c2df2-d19c-4bd8-b817-a19ef123****
public static StartTerminalSessionResponseBody build(Map<String,?> map) throws Exception
Exception
public StartTerminalSessionResponseBody setRequestId(String requestId)
public String getRequestId()
public StartTerminalSessionResponseBody setSecurityToken(String securityToken)
public String getSecurityToken()
public StartTerminalSessionResponseBody setSessionId(String sessionId)
public String getSessionId()
public StartTerminalSessionResponseBody setWebSocketUrl(String webSocketUrl)
public String getWebSocketUrl()
Copyright © 2024. All rights reserved.