Package com.github.copilot.sdk.events
Class SessionHandoffEvent.SessionHandoffData
java.lang.Object
com.github.copilot.sdk.events.SessionHandoffEvent.SessionHandoffData
- Enclosing class:
- SessionHandoffEvent
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetContext(String context) voidsetHandoffTime(OffsetDateTime handoffTime) voidsetRemoteSessionId(String remoteSessionId) voidvoidsetSourceType(String sourceType) voidsetSummary(String summary)
-
Constructor Details
-
SessionHandoffData
public SessionHandoffData()
-
-
Method Details
-
getHandoffTime
-
setHandoffTime
-
getSourceType
-
setSourceType
-
getRepository
-
setRepository
-
getContext
-
setContext
-
getSummary
-
setSummary
-
getRemoteSessionId
-
setRemoteSessionId
-