public class TSessionContentItem extends java.lang.Object implements TResponseContentItem
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
SPECIFIER
The specifier for the session info item.
|
Modifier | Constructor and Description |
---|---|
protected |
TSessionContentItem(java.lang.String sessionId,
java.lang.String sessionKey)
Initializes the session info item.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSessionId()
Gets the session id.
|
java.lang.String |
getSessionKey()
Gets the session key.
|
java.lang.String |
toString()
Shows the session info as XML specific attributes.
|
public static final java.lang.String SPECIFIER
protected TSessionContentItem(java.lang.String sessionId, java.lang.String sessionKey)
public java.lang.String getSessionId()
public java.lang.String getSessionKey()
public java.lang.String toString()
toString
in class java.lang.Object
Copyright (c) 2017 Software AG. All Rights Reserved.