Class 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 the AutonomousDatabaseConnectionUrls.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 the AutonomousDatabaseConnectionUrls.Builder, which maintain a set of all explicitly set fields called AutonomousDatabaseConnectionUrls.Builder.__explicitlySet__. The hashCode() and equals(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).

    • 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

      • 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 class com.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 class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel