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.BaseReferenceSessionData
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSessionData.SessionTypeEnumSession typestatic classSessionData.StoredSessiontypeEnumStored session type
-
Constructor Summary
Constructors Constructor Description SessionData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SessionData.SessionTypeEnumgetSessiontype()Session typeSessionData.StoredSessiontypeEnumgetStoredsessiontype()Stored session typeStringgetSystemprofile()Name of the system profile the session belongs toStringtoString()
-
-
-
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:
toStringin classde.tsystems.mms.apm.performancesignature.dynatrace.model.BaseReference
-
-