Class SessionMetadata
- java.lang.Object
-
- de.tsystems.mms.apm.performancesignature.dynatrace.model.BaseReference
-
- de.tsystems.mms.apm.performancesignature.dynatrace.rest.json.model.SessionMetadata
-
public class SessionMetadata extends de.tsystems.mms.apm.performancesignature.dynatrace.model.BaseReference
Comprehensive metadata of a session
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SessionMetadata.StateEnum
Gets or Sets state
-
Constructor Summary
Constructors Constructor Description SessionMetadata()
-
Method Summary
-
-
-
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
-
getName
public String getName()
Session name- Returns:
- name
-
getDescription
public String getDescription()
Get description- Returns:
- description
-
getSize
public Long getSize()
Size in bytes- Returns:
- size
-
getDeletionlocked
public Boolean getDeletionlocked()
Get deletionlocked- Returns:
- deletionlocked
-
getDirectorypath
public String getDirectorypath()
Get directorypath- Returns:
- directorypath
-
getState
public SessionMetadata.StateEnum getState()
Get state- Returns:
- state
-
getCapturingstart
public Date getCapturingstart()
The start time of the session capturing in ISO8601 format- Returns:
- capturingstart
-
getCapturingduration
public Long getCapturingduration()
Capturing duration in milliseconds- Returns:
- capturingduration
-
getVersion
public String getVersion()
Get version- Returns:
- version
-
labels
public SessionMetadata labels(List<String> labels)
-
addLabelsItem
public SessionMetadata addLabelsItem(String labelsItem)
-
getRecordingtype
public String getRecordingtype()
Get recordingtype- Returns:
- recordingtype
-
getAgent
public String getAgent()
Get agent- Returns:
- agent
-
getNumberofpurepaths
public Integer getNumberofpurepaths()
Get numberofpurepaths- Returns:
- numberofpurepaths
-
getContinuoussession
public Boolean getContinuoussession()
Get continuoussession- Returns:
- continuoussession
-
toString
public String toString()
- Overrides:
toString
in classde.tsystems.mms.apm.performancesignature.dynatrace.model.BaseReference
-
-