public abstract class AbstractSessionEvent extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractSessionEvent.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
sessionId |
protected String |
userName |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSessionEvent(String sessionId,
String userName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getSessionId() |
String |
getUserName() |
Copyright © 2019 Atlassian. All rights reserved.