public static interface Session.Builder extends SdkPojo, CopyableBuilder<Session.Builder,Session>
| Modifier and Type | Method and Description |
|---|---|
Session.Builder |
duration(Integer duration)
The duration of the session, in milliseconds.
|
Session.Builder |
id(String id)
The unique identifier for the session.
|
Session.Builder |
startTimestamp(String startTimestamp)
The date and time when the session began.
|
Session.Builder |
stopTimestamp(String stopTimestamp)
The date and time when the session ended.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSession.Builder duration(Integer duration)
The duration of the session, in milliseconds.
duration - The duration of the session, in milliseconds.Session.Builder id(String id)
The unique identifier for the session.
id - The unique identifier for the session.Session.Builder startTimestamp(String startTimestamp)
The date and time when the session began.
startTimestamp - The date and time when the session began.Session.Builder stopTimestamp(String stopTimestamp)
The date and time when the session ended.
stopTimestamp - The date and time when the session ended.Copyright © 2020. All rights reserved.