Class CreateDatabaseToolsMcpServerDefaultDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.databasetools.model.CreateDatabaseToolsMcpServerDetails
-
- com.oracle.bmc.databasetools.model.CreateDatabaseToolsMcpServerDefaultDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20201005") public final class CreateDatabaseToolsMcpServerDefaultDetails extends CreateDatabaseToolsMcpServerDetailsDetails for the new Database Tools MCP server.
Note: Objects should always be created or deserialized using theCreateDatabaseToolsMcpServerDefaultDetails.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 theCreateDatabaseToolsMcpServerDefaultDetails.Builder, which maintain a set of all explicitly set fields calledCreateDatabaseToolsMcpServerDefaultDetails.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 classCreateDatabaseToolsMcpServerDefaultDetails.Builder
-
Constructor Summary
Constructors Constructor Description CreateDatabaseToolsMcpServerDefaultDetails(String compartmentId, List<DatabaseToolsMcpServerCustomRole> customRoles, String displayName, String description, String databaseToolsConnectionId, Integer accessTokenExpiryInSeconds, Integer refreshTokenExpiryInSeconds, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, DatabaseToolsMcpServerRuntimeIdentity runtimeIdentity, List<ResourceLock> locks, String domainId, DatabaseToolsMcpServerStorage storage)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateDatabaseToolsMcpServerDefaultDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDomainId()The OCID of the associated identity domain.DatabaseToolsMcpServerStoragegetStorage()inthashCode()CreateDatabaseToolsMcpServerDefaultDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.databasetools.model.CreateDatabaseToolsMcpServerDetails
getAccessTokenExpiryInSeconds, getCompartmentId, getCustomRoles, getDatabaseToolsConnectionId, getDefinedTags, getDescription, getDisplayName, getFreeformTags, getLocks, getRefreshTokenExpiryInSeconds, getRuntimeIdentity
-
-
-
-
Constructor Detail
-
CreateDatabaseToolsMcpServerDefaultDetails
@Deprecated public CreateDatabaseToolsMcpServerDefaultDetails(String compartmentId, List<DatabaseToolsMcpServerCustomRole> customRoles, String displayName, String description, String databaseToolsConnectionId, Integer accessTokenExpiryInSeconds, Integer refreshTokenExpiryInSeconds, Map<String,Map<String,Object>> definedTags, Map<String,String> freeformTags, DatabaseToolsMcpServerRuntimeIdentity runtimeIdentity, List<ResourceLock> locks, String domainId, DatabaseToolsMcpServerStorage storage)
Deprecated.
-
-
Method Detail
-
builder
public static CreateDatabaseToolsMcpServerDefaultDetails.Builder builder()
Create a new builder.
-
toBuilder
public CreateDatabaseToolsMcpServerDefaultDetails.Builder toBuilder()
-
getDomainId
public String getDomainId()
The OCID of the associated identity domain.- Returns:
- the value
-
getStorage
public DatabaseToolsMcpServerStorage getStorage()
-
toString
public String toString()
- Overrides:
toStringin classCreateDatabaseToolsMcpServerDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classCreateDatabaseToolsMcpServerDetails- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCreateDatabaseToolsMcpServerDetails
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCreateDatabaseToolsMcpServerDetails
-
-