Class UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.databasetools.model.UpdateDatabaseToolsMcpToolsetDetails
-
- com.oracle.bmc.databasetools.model.UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20201005") public final class UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails extends UpdateDatabaseToolsMcpToolsetDetailsDatabase Tools MCP Toolset information to be updated for the GenAI SQL Assistant type.
Note: Objects should always be created or deserialized using theUpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails.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 theUpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails.Builder, which maintain a set of all explicitly set fields calledUpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails.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 Summary
Nested Classes Modifier and Type Class Description static classUpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails.Builder
-
Constructor Summary
Constructors Constructor Description UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails(Integer version, String displayName, String description, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, String generativeAiSemanticStoreId, List<UpdateDatabaseToolsMcpToolsetToolDetails> tools, DatabaseToolsMcpToolsetDefaultExecutionType defaultExecutionType)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails.Builderbuilder()Create a new builder.booleanequals(Object o)DatabaseToolsMcpToolsetDefaultExecutionTypegetDefaultExecutionType()The default execution type for the toolset.StringgetGenerativeAiSemanticStoreId()The OCID of the related Generative AI Semantic Store.List<UpdateDatabaseToolsMcpToolsetToolDetails>getTools()List of Database Tools GENAI_SQL_ASSISTANT toolset tool configurationsinthashCode()UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.databasetools.model.UpdateDatabaseToolsMcpToolsetDetails
getDefinedTags, getDescription, getDisplayName, getFreeformTags, getVersion
-
-
-
-
Constructor Detail
-
UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails
@Deprecated public UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails(Integer version, String displayName, String description, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, String generativeAiSemanticStoreId, List<UpdateDatabaseToolsMcpToolsetToolDetails> tools, DatabaseToolsMcpToolsetDefaultExecutionType defaultExecutionType)
Deprecated.
-
-
Method Detail
-
builder
public static UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails.Builder builder()
Create a new builder.
-
toBuilder
public UpdateDatabaseToolsMcpToolsetGenAiSqlAssistantDetails.Builder toBuilder()
-
getGenerativeAiSemanticStoreId
public String getGenerativeAiSemanticStoreId()
The OCID of the related Generative AI Semantic Store.- Returns:
- the value
-
getTools
public List<UpdateDatabaseToolsMcpToolsetToolDetails> getTools()
List of Database Tools GENAI_SQL_ASSISTANT toolset tool configurations- Returns:
- the value
-
getDefaultExecutionType
public DatabaseToolsMcpToolsetDefaultExecutionType getDefaultExecutionType()
The default execution type for the toolset.The default value is SYNCHRONOUS.
To use ASYNCHRONOUS execution, the MCP Server must have the storage property configured.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classUpdateDatabaseToolsMcpToolsetDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classUpdateDatabaseToolsMcpToolsetDetails- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classUpdateDatabaseToolsMcpToolsetDetails
-
hashCode
public int hashCode()
- Overrides:
hashCodein classUpdateDatabaseToolsMcpToolsetDetails
-
-