Skip to content

Commit fe22986

Browse files
committed
add sessionId to ZSession
1 parent c770176 commit fe22986

File tree

1 file changed

+4
-0
lines changed
  • zeppelin-client/src/main/java/org/apache/zeppelin/client

1 file changed

+4
-0
lines changed

zeppelin-client/src/main/java/org/apache/zeppelin/client/ZSession.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,10 @@ public String getWeburl() {
371371
return weburl;
372372
}
373373

374+
public String getSessionId() {
375+
return sessionId;
376+
}
377+
374378
public static Builder builder() {
375379
return new Builder();
376380
}

0 commit comments

Comments
 (0)