Package com.oracle.bmc.datasafe.model
Class SqlFirewallAllowedSqlDimensions
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datasafe.model.SqlFirewallAllowedSqlDimensions
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class SqlFirewallAllowedSqlDimensions extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe dimensions available for SQL Firewall allow SQL analytics.
 Note: Objects should always be created or deserialized using theSqlFirewallAllowedSqlDimensions.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 theSqlFirewallAllowedSqlDimensions.Builder, which maintain a set of all explicitly set fields calledSqlFirewallAllowedSqlDimensions.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 SummaryNested Classes Modifier and Type Class Description static classSqlFirewallAllowedSqlDimensions.Builderstatic classSqlFirewallAllowedSqlDimensions.SqlLevelSpecifies the level of SQL included for this SQL Firewall policy.
 - 
Constructor SummaryConstructors Constructor Description SqlFirewallAllowedSqlDimensions(String sqlFirewallPolicyId, SqlFirewallAllowedSqlDimensions.SqlLevel sqlLevel, String dbUserName, SqlFirewallAllowedSqlLifecycleState lifecycleState)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SqlFirewallAllowedSqlDimensions.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetDbUserName()The database user name.SqlFirewallAllowedSqlLifecycleStategetLifecycleState()The current state of the SQL Firewall allowed SQL.StringgetSqlFirewallPolicyId()The OCID of the SQL Firewall policy corresponding to the SQL Firewall allowed SQL.SqlFirewallAllowedSqlDimensions.SqlLevelgetSqlLevel()Specifies the level of SQL included for this SQL Firewall policy.inthashCode()SqlFirewallAllowedSqlDimensions.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
SqlFirewallAllowedSqlDimensions@Deprecated @ConstructorProperties({"sqlFirewallPolicyId","sqlLevel","dbUserName","lifecycleState"}) public SqlFirewallAllowedSqlDimensions(String sqlFirewallPolicyId, SqlFirewallAllowedSqlDimensions.SqlLevel sqlLevel, String dbUserName, SqlFirewallAllowedSqlLifecycleState lifecycleState) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static SqlFirewallAllowedSqlDimensions.Builder builder() Create a new builder.
 - 
toBuilderpublic SqlFirewallAllowedSqlDimensions.Builder toBuilder() 
 - 
getSqlFirewallPolicyIdpublic String getSqlFirewallPolicyId() The OCID of the SQL Firewall policy corresponding to the SQL Firewall allowed SQL.- Returns:
- the value
 
 - 
getSqlLevelpublic SqlFirewallAllowedSqlDimensions.SqlLevel getSqlLevel() Specifies the level of SQL included for this SQL Firewall policy.USER_ISSUED_SQL - User issued SQL statements only. ALL_SQL - Includes all SQL statements including SQL statement issued inside PL/SQL units. - Returns:
- the value
 
 - 
getDbUserNamepublic String getDbUserName() The database user name.- Returns:
- the value
 
 - 
getLifecycleStatepublic SqlFirewallAllowedSqlLifecycleState getLifecycleState() The current state of the SQL Firewall allowed SQL.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic 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
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-