Class SessionData
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatrace.model.BaseReference
-
- de.tsystems.mms.apm.performancesignature.dynatrace.rest.json.model.SessionData
-
public class SessionData extends de.tsystems.mms.apm.performancesignature.dynatrace.model.BaseReference
SessionData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SessionData.SessionTypeEnum
Session typestatic class
SessionData.StoredSessiontypeEnum
Stored session type
-
Constructor Summary
Constructors Constructor Description SessionData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionData.SessionTypeEnum
getSessiontype()
Session typeSessionData.StoredSessiontypeEnum
getStoredsessiontype()
Stored session typeString
getSystemprofile()
Name of the system profile the session belongs toString
toString()
-
-
-
Method Detail
-
getStoredsessiontype
public SessionData.StoredSessiontypeEnum getStoredsessiontype()
Stored session type- Returns:
- storedsessiontype
-
getSessiontype
public SessionData.SessionTypeEnum getSessiontype()
Session type- Returns:
- sessiontype
-
getSystemprofile
public String getSystemprofile()
Name of the system profile the session belongs to- Returns:
- systemprofile
-
toString
public String toString()
- Overrides:
toString
in classde.tsystems.mms.apm.performancesignature.dynatrace.model.BaseReference
-
-