public class SessionData extends Object
| Constructor and Description |
|---|
SessionData() |
SessionData(String identifier,
String remoteId,
String user,
String ipAddr,
Map<String,String> conf,
Long createTime,
Long duration,
Long idleTime,
String exception,
String sessionType,
String kyuubiInstance,
String engineId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Map<String,String> |
getConf() |
Long |
getCreateTime() |
Long |
getDuration() |
String |
getEngineId() |
String |
getException() |
String |
getIdentifier() |
Long |
getIdleTime() |
String |
getIpAddr() |
String |
getKyuubiInstance() |
String |
getRemoteId() |
String |
getSessionType() |
String |
getUser() |
int |
hashCode() |
void |
setConf(Map<String,String> conf) |
void |
setCreateTime(Long createTime) |
void |
setDuration(Long duration) |
void |
setEngineId(String engineId) |
void |
setException(String exception) |
void |
setIdentifier(String identifier) |
void |
setIdleTime(Long idleTime) |
void |
setIpAddr(String ipAddr) |
void |
setKyuubiInstance(String kyuubiInstance) |
void |
setRemoteId(String remoteId) |
void |
setSessionType(String sessionType) |
void |
setUser(String user) |
String |
toString() |
public String getIdentifier()
public void setIdentifier(String identifier)
public String getRemoteId()
public void setRemoteId(String remoteId)
public String getUser()
public void setUser(String user)
public String getIpAddr()
public void setIpAddr(String ipAddr)
public Long getCreateTime()
public void setCreateTime(Long createTime)
public Long getDuration()
public void setDuration(Long duration)
public Long getIdleTime()
public void setIdleTime(Long idleTime)
public String getException()
public void setException(String exception)
public String getSessionType()
public void setSessionType(String sessionType)
public String getKyuubiInstance()
public void setKyuubiInstance(String kyuubiInstance)
public String getEngineId()
public void setEngineId(String engineId)
Copyright © 2023 The Apache Software Foundation. All rights reserved.