Uses of Record Class
com.github.copilot.generated.ShutdownCodeChanges
Packages that use ShutdownCodeChanges
-
Uses of ShutdownCodeChanges in com.github.copilot.generated
Methods in com.github.copilot.generated that return ShutdownCodeChangesModifier and TypeMethodDescriptionSessionShutdownEvent.SessionShutdownEventData.codeChanges()Returns the value of thecodeChangesrecord component.Constructors in com.github.copilot.generated with parameters of type ShutdownCodeChangesModifierConstructorDescriptionSessionShutdownEventData(ShutdownType shutdownType, String errorReason, Double totalPremiumRequests, Double totalNanoAiu, Map<String, ShutdownTokenDetail> tokenDetails, Long totalApiDurationMs, Long sessionStartTime, ShutdownCodeChanges codeChanges, Map<String, ShutdownModelMetric> modelMetrics, String currentModel, Long currentTokens, Long systemTokens, Long conversationTokens, Long toolDefinitionsTokens) Creates an instance of aSessionShutdownEventDatarecord class.