Uses of Record Class
com.github.copilot.sdk.events.SessionShutdownEvent.CodeChanges
Packages that use SessionShutdownEvent.CodeChanges
Package
Description
Event types emitted during Copilot session processing.
-
Uses of SessionShutdownEvent.CodeChanges in com.github.copilot.sdk.events
Methods in com.github.copilot.sdk.events that return SessionShutdownEvent.CodeChangesModifier and TypeMethodDescriptionSessionShutdownEvent.SessionShutdownData.codeChanges()Returns the value of thecodeChangesrecord component.Constructors in com.github.copilot.sdk.events with parameters of type SessionShutdownEvent.CodeChangesModifierConstructorDescriptionSessionShutdownData(SessionShutdownEvent.ShutdownType shutdownType, String errorReason, double totalPremiumRequests, double totalApiDurationMs, double sessionStartTime, SessionShutdownEvent.CodeChanges codeChanges, Map<String, Object> modelMetrics, String currentModel) Creates an instance of aSessionShutdownDatarecord class.