Class CreateSessionResponse
- java.lang.Object
-
- com.databricks.jdbc.model.client.sqlexec.CreateSessionResponse
-
public class CreateSessionResponse extends Object
Create session responseTODO: Replace this class with the corresponding SDK implementation once it becomes available
-
-
Constructor Summary
Constructors Constructor Description CreateSessionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetSessionId()CreateSessionResponsesetSessionId(String sessionId)
-
-
-
Method Detail
-
setSessionId
public CreateSessionResponse setSessionId(String sessionId)
-
getSessionId
public String getSessionId()
-
-