Class DatabaseToolsDatabaseApiGatewayConfigGlobalDefault
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.databasetoolsruntime.model.DatabaseToolsDatabaseApiGatewayConfigGlobal
-
- com.oracle.bmc.databasetoolsruntime.model.DatabaseToolsDatabaseApiGatewayConfigGlobalDefault
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20230222") public final class DatabaseToolsDatabaseApiGatewayConfigGlobalDefault extends DatabaseToolsDatabaseApiGatewayConfigGlobalThe content of a Database Tools database API gateway config global resource.
Note: Objects should always be created or deserialized using theDatabaseToolsDatabaseApiGatewayConfigGlobalDefault.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 theDatabaseToolsDatabaseApiGatewayConfigGlobalDefault.Builder, which maintain a set of all explicitly set fields calledDatabaseToolsDatabaseApiGatewayConfigGlobalDefault.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 classDatabaseToolsDatabaseApiGatewayConfigGlobalDefault.Builder-
Nested classes/interfaces inherited from class com.oracle.bmc.databasetoolsruntime.model.DatabaseToolsDatabaseApiGatewayConfigGlobal
DatabaseToolsDatabaseApiGatewayConfigGlobal.DatabaseApiStatus, DatabaseToolsDatabaseApiGatewayConfigGlobal.MetadataSource, DatabaseToolsDatabaseApiGatewayConfigGlobal.PoolRoute
-
-
Constructor Summary
Constructors Constructor Description DatabaseToolsDatabaseApiGatewayConfigGlobalDefault(String key, DatabaseToolsDatabaseApiGatewayConfigGlobal.PoolRoute poolRoute, String poolRoutingHeader, DatabaseToolsDatabaseApiGatewayConfigGlobal.DatabaseApiStatus databaseApiStatus, DatabaseToolsDatabaseApiGatewayConfigGlobal.MetadataSource metadataSource, Integer httpPort, Integer httpsPort, DatabaseApiGatewayConfigCertificateBundle certificateBundle, String documentRoot, Map<String,String> advancedProperties, Date timeCreated, Date timeUpdated)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DatabaseToolsDatabaseApiGatewayConfigGlobalDefault.Builderbuilder()Create a new builder.booleanequals(Object o)inthashCode()DatabaseToolsDatabaseApiGatewayConfigGlobalDefault.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.databasetoolsruntime.model.DatabaseToolsDatabaseApiGatewayConfigGlobal
getAdvancedProperties, getCertificateBundle, getDatabaseApiStatus, getDocumentRoot, getHttpPort, getHttpsPort, getKey, getMetadataSource, getPoolRoute, getPoolRoutingHeader, getTimeCreated, getTimeUpdated
-
-
-
-
Constructor Detail
-
DatabaseToolsDatabaseApiGatewayConfigGlobalDefault
@Deprecated public DatabaseToolsDatabaseApiGatewayConfigGlobalDefault(String key, DatabaseToolsDatabaseApiGatewayConfigGlobal.PoolRoute poolRoute, String poolRoutingHeader, DatabaseToolsDatabaseApiGatewayConfigGlobal.DatabaseApiStatus databaseApiStatus, DatabaseToolsDatabaseApiGatewayConfigGlobal.MetadataSource metadataSource, Integer httpPort, Integer httpsPort, DatabaseApiGatewayConfigCertificateBundle certificateBundle, String documentRoot, Map<String,String> advancedProperties, Date timeCreated, Date timeUpdated)
Deprecated.
-
-
Method Detail
-
builder
public static DatabaseToolsDatabaseApiGatewayConfigGlobalDefault.Builder builder()
Create a new builder.
-
toBuilder
public DatabaseToolsDatabaseApiGatewayConfigGlobalDefault.Builder toBuilder()
-
toString
public String toString()
- Overrides:
toStringin classDatabaseToolsDatabaseApiGatewayConfigGlobal
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classDatabaseToolsDatabaseApiGatewayConfigGlobal- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classDatabaseToolsDatabaseApiGatewayConfigGlobal
-
hashCode
public int hashCode()
- Overrides:
hashCodein classDatabaseToolsDatabaseApiGatewayConfigGlobal
-
-