Class SqlToolOutput
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.generativeaiagentruntime.model.ToolOutput
- 
- com.oracle.bmc.generativeaiagentruntime.model.SqlToolOutput
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20240531") public final class SqlToolOutput extends ToolOutputSpecifies the output format for SQL tools, including the generated SQL statement and an optional preview of the query result.
 Note: Objects should always be created or deserialized using theSqlToolOutput.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theSqlToolOutput.Builder, which maintain a set of all explicitly set fields calledSqlToolOutput.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSqlToolOutput.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.generativeaiagentruntime.model.ToolOutputToolOutput.ToolOutputType
 
- 
 - 
Constructor SummaryConstructors Constructor Description SqlToolOutput(String toolId, String toolName, String generatedSql, List<Object> result, SqlResultFiles resultFiles, String additionalInfo)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SqlToolOutput.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAdditionalInfo()Specifies optional metadata content.StringgetGeneratedSql()Specifies the generated SQL query.List<Object>getResult()Represents preview rows from the SQL query.SqlResultFilesgetResultFiles()inthashCode()SqlToolOutput.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.generativeaiagentruntime.model.ToolOutputgetToolId, getToolName
 
- 
 
- 
- 
- 
Constructor Detail- 
SqlToolOutput@Deprecated public SqlToolOutput(String toolId, String toolName, String generatedSql, List<Object> result, SqlResultFiles resultFiles, String additionalInfo) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static SqlToolOutput.Builder builder() Create a new builder.
 - 
toBuilderpublic SqlToolOutput.Builder toBuilder() 
 - 
getGeneratedSqlpublic String getGeneratedSql() Specifies the generated SQL query.- Returns:
- the value
 
 - 
getResultpublic List<Object> getResult() Represents preview rows from the SQL query.- Returns:
- the value
 
 - 
getResultFilespublic SqlResultFiles getResultFiles() 
 - 
getAdditionalInfopublic String getAdditionalInfo() Specifies optional metadata content.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ToolOutput
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- ToolOutput
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- ToolOutput
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- ToolOutput
 
 
- 
 
-