Package ai.waii.clients.query
Class GeneratedQuery
java.lang.Object
ai.waii.clients.query.GeneratedQuery
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic class -
Constructor Summary
ConstructorsConstructorDescriptionGeneratedQuery(String uuid, Boolean liked, List<TableName> tables, List<SemanticStatement> semanticContext, String query, List<String> detailedSteps, String whatChanged, List<GeneratedQuery.CompilationError> compilationErrors, Boolean isNew, Long timestampMs, Map<String, Object> debugInfo, GeneratedQuery.LLMUsageStatistics llmUsageStats, GeneratedQuery.ConfidenceScore confidenceScore) GeneratedQuery(String uuid, Boolean liked, List<TableName> tables, List<SemanticStatement> semanticContext, String query, List<String> detailedSteps, String whatChanged, List<GeneratedQuery.CompilationError> compilationErrors, Boolean isNew, Long timestampMs, Map<String, Object> debugInfo, GeneratedQuery.LLMUsageStatistics llmUsageStats, GeneratedQuery.ConfidenceScore confidenceScore, Integer elapsedTimeMs, List<String> assumptions) -
Method Summary
Modifier and TypeMethodDescriptiongetIsNew()getLiked()getQuery()getUuid()voidsetAssumptions(List<String> assumptions) voidsetCompilationErrors(List<GeneratedQuery.CompilationError> compilationErrors) voidsetConfidenceScore(GeneratedQuery.ConfidenceScore confidenceScore) voidsetCurrentStep(String currentStep) voidsetDebugInfo(Map<String, Object> debugInfo) voidsetDetailedSteps(List<String> detailedSteps) voidsetElapsedTimeMs(Integer elapsedTimeMs) voidvoidvoidsetLlmUsageStats(GeneratedQuery.LLMUsageStatistics llmUsageStats) voidvoidsetSemanticContext(List<SemanticStatement> semanticContext) voidvoidsetTimestampMs(Long timestampMs) voidvoidsetWhatChanged(String whatChanged)
-
Constructor Details
-
GeneratedQuery
public GeneratedQuery(String uuid, Boolean liked, List<TableName> tables, List<SemanticStatement> semanticContext, String query, List<String> detailedSteps, String whatChanged, List<GeneratedQuery.CompilationError> compilationErrors, Boolean isNew, Long timestampMs, Map<String, Object> debugInfo, GeneratedQuery.LLMUsageStatistics llmUsageStats, GeneratedQuery.ConfidenceScore confidenceScore) -
GeneratedQuery
public GeneratedQuery(String uuid, Boolean liked, List<TableName> tables, List<SemanticStatement> semanticContext, String query, List<String> detailedSteps, String whatChanged, List<GeneratedQuery.CompilationError> compilationErrors, Boolean isNew, Long timestampMs, Map<String, Object> debugInfo, GeneratedQuery.LLMUsageStatistics llmUsageStats, GeneratedQuery.ConfidenceScore confidenceScore, Integer elapsedTimeMs, List<String> assumptions)
-
-
Method Details
-
getConfidenceScore
-
setConfidenceScore
-
getLlmUsageStats
-
setLlmUsageStats
-
getUuid
-
setUuid
-
getLiked
-
setLiked
-
getTables
-
setTables
-
getSemanticContext
-
setSemanticContext
-
getQuery
-
setQuery
-
getDetailedSteps
-
setDetailedSteps
-
getWhatChanged
-
setWhatChanged
-
getCompilationErrors
-
setCompilationErrors
-
getIsNew
-
setIsNew
-
getTimestampMs
-
setTimestampMs
-
getDebugInfo
-
setDebugInfo
-
getElapsedTimeMs
-
setElapsedTimeMs
-
getAssumptions
-
setAssumptions
-
getCurrentStep
-
setCurrentStep
-