Package com.github.copilot.sdk.json
Class CreateSessionResponse
java.lang.Object
com.github.copilot.sdk.json.CreateSessionResponse
Internal response object from creating a session.
- Since:
- 1.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the workspace path when infinite sessions are enabled.voidsetSessionId(String sessionId) voidsetWorkspacePath(String workspacePath)
-
Constructor Details
-
CreateSessionResponse
public CreateSessionResponse()
-
-
Method Details
-
getSessionId
-
setSessionId
-
getWorkspacePath
Gets the workspace path when infinite sessions are enabled.- Returns:
- the workspace path, or
nullif infinite sessions are disabled
-
setWorkspacePath
-