-
public final class SessionConfigSession configuration.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSessionConfig.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringsessionIdprivate final SessionModemodeprivate final IntegerdurationSecprivate final ComputeProfileprofileprivate final StringwindowLabelprivate final BooleanincludeRawSamples
-
Constructor Summary
Constructors Constructor Description SessionConfig(String sessionId, SessionMode mode, Integer durationSec, ComputeProfile profile, String windowLabel, Boolean includeRawSamples)
-
Method Summary
Modifier and Type Method Description final StringgetSessionId()final SessionModegetMode()final IntegergetDurationSec()final ComputeProfilegetProfile()final StringgetWindowLabel()final BooleangetIncludeRawSamples()-
-
Constructor Detail
-
SessionConfig
SessionConfig(String sessionId, SessionMode mode, Integer durationSec, ComputeProfile profile, String windowLabel, Boolean includeRawSamples)
-
-
Method Detail
-
getSessionId
final String getSessionId()
-
getMode
final SessionMode getMode()
-
getDurationSec
final Integer getDurationSec()
-
getProfile
final ComputeProfile getProfile()
-
getWindowLabel
final String getWindowLabel()
-
getIncludeRawSamples
final Boolean getIncludeRawSamples()
-
-
-
-