Uses of Record Class
com.github.copilot.sdk.generated.SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataCodeChanges
-
Uses of SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataCodeChanges in com.github.copilot.sdk.generated
Methods in com.github.copilot.sdk.generated that return SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataCodeChangesModifier and TypeMethodDescriptionSessionShutdownEvent.SessionShutdownEventData.codeChanges()Returns the value of thecodeChangesrecord component.Constructors in com.github.copilot.sdk.generated with parameters of type SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataCodeChangesModifierConstructorDescriptionSessionShutdownEventData(SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataShutdownType shutdownType, String errorReason, Double totalPremiumRequests, Double totalApiDurationMs, Double sessionStartTime, SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataCodeChanges codeChanges, Map<String, SessionShutdownEvent.SessionShutdownEventData.SessionShutdownEventDataModelMetricsValue> modelMetrics, String currentModel, Double currentTokens, Double systemTokens, Double conversationTokens, Double toolDefinitionsTokens) Creates an instance of aSessionShutdownEventDatarecord class.