Class AutonomousDatabaseConnectionUrls
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.database.model.AutonomousDatabaseConnectionUrls
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20160918") public final class AutonomousDatabaseConnectionUrls extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
The URLs for accessing Oracle Application Express (APEX) and SQL Developer Web with a browser from a Compute instance within your VCN or that has a direct connection to your VCN.Note that these URLs are provided by the console only for databases on dedicated Exadata infrastructure.
Example: {"sqlDevWebUrl": "https://
/ords...", "apexUrl", "https:// /ords..."}
Note: Objects should always be created or deserialized using theAutonomousDatabaseConnectionUrls.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 theAutonomousDatabaseConnectionUrls.Builder
, which maintain a set of all explicitly set fields calledAutonomousDatabaseConnectionUrls.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 class
AutonomousDatabaseConnectionUrls.Builder
-
Constructor Summary
Constructors Constructor Description AutonomousDatabaseConnectionUrls(String sqlDevWebUrl, String apexUrl, String machineLearningUserManagementUrl, String graphStudioUrl, String mongoDbUrl, String machineLearningNotebookUrl, String ordsUrl, String databaseTransformsUrl)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AutonomousDatabaseConnectionUrls.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getApexUrl()
Oracle Application Express (APEX) URL.String
getDatabaseTransformsUrl()
The URL of the Database Transforms for the Autonomous Database.String
getGraphStudioUrl()
The URL of the Graph Studio for the Autonomous Database.String
getMachineLearningNotebookUrl()
The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.String
getMachineLearningUserManagementUrl()
Oracle Machine Learning user management URL.String
getMongoDbUrl()
The URL of the MongoDB API for the Autonomous Database.String
getOrdsUrl()
The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.String
getSqlDevWebUrl()
Oracle SQL Developer Web URL.int
hashCode()
AutonomousDatabaseConnectionUrls.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
AutonomousDatabaseConnectionUrls
@Deprecated @ConstructorProperties({"sqlDevWebUrl","apexUrl","machineLearningUserManagementUrl","graphStudioUrl","mongoDbUrl","machineLearningNotebookUrl","ordsUrl","databaseTransformsUrl"}) public AutonomousDatabaseConnectionUrls(String sqlDevWebUrl, String apexUrl, String machineLearningUserManagementUrl, String graphStudioUrl, String mongoDbUrl, String machineLearningNotebookUrl, String ordsUrl, String databaseTransformsUrl)
Deprecated.
-
-
Method Detail
-
builder
public static AutonomousDatabaseConnectionUrls.Builder builder()
Create a new builder.
-
toBuilder
public AutonomousDatabaseConnectionUrls.Builder toBuilder()
-
getSqlDevWebUrl
public String getSqlDevWebUrl()
Oracle SQL Developer Web URL.- Returns:
- the value
-
getApexUrl
public String getApexUrl()
Oracle Application Express (APEX) URL.- Returns:
- the value
-
getMachineLearningUserManagementUrl
public String getMachineLearningUserManagementUrl()
Oracle Machine Learning user management URL.- Returns:
- the value
-
getGraphStudioUrl
public String getGraphStudioUrl()
The URL of the Graph Studio for the Autonomous Database.- Returns:
- the value
-
getMongoDbUrl
public String getMongoDbUrl()
The URL of the MongoDB API for the Autonomous Database.- Returns:
- the value
-
getMachineLearningNotebookUrl
public String getMachineLearningNotebookUrl()
The URL of the Oracle Machine Learning (OML) Notebook for the Autonomous Database.- Returns:
- the value
-
getOrdsUrl
public String getOrdsUrl()
The Oracle REST Data Services (ORDS) URL of the Web Access for the Autonomous Database.- Returns:
- the value
-
getDatabaseTransformsUrl
public String getDatabaseTransformsUrl()
The URL of the Database Transforms for the Autonomous Database.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-