Uses of Enum Class
com.github.copilot.generated.ShutdownType
Packages that use ShutdownType
-
Uses of ShutdownType in com.github.copilot.generated
Subclasses with type arguments of type ShutdownType in com.github.copilot.generatedModifier and TypeClassDescriptionenumWhether the session ended normally ("routine") or due to a crash/fatal error ("error")Methods in com.github.copilot.generated that return ShutdownTypeModifier and TypeMethodDescriptionstatic ShutdownTypeSessionShutdownEvent.SessionShutdownEventData.shutdownType()Returns the value of theshutdownTyperecord component.static ShutdownTypeReturns the enum constant of this class with the specified name.static ShutdownType[]ShutdownType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type ShutdownTypeModifierConstructorDescriptionSessionShutdownEventData(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.