Package com.oracle.bmc.psql.model
Class ConfigParams
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.psql.model.ConfigParams
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20220915") public final class ConfigParams extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelDatabase configuration.
 Note: Objects should always be created or deserialized using theConfigParams.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 theConfigParams.Builder, which maintain a set of all explicitly set fields calledConfigParams.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 classConfigParams.Builder
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConfigParams.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetAllowedValues()Range or list of allowed values.StringgetConfigKey()The configuration variable name.StringgetDataType()Data type of the variable.StringgetDefaultConfigValue()Default value for the configuration variable.StringgetDescription()Details about the PostgreSQL parameter.BooleangetIsOverridable()Whether the value can be overridden or not.BooleangetIsRestartRequired()If true, modifying this configuration value will require a restart of the database.StringgetOverridenConfigValue()User-selected configuration variable value.inthashCode()ConfigParams.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ConfigParams@Deprecated @ConstructorProperties({"configKey","defaultConfigValue","overridenConfigValue","allowedValues","isRestartRequired","dataType","isOverridable","description"}) public ConfigParams(String configKey, String defaultConfigValue, String overridenConfigValue, String allowedValues, Boolean isRestartRequired, String dataType, Boolean isOverridable, String description) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ConfigParams.Builder builder() Create a new builder.
 - 
toBuilderpublic ConfigParams.Builder toBuilder() 
 - 
getConfigKeypublic String getConfigKey() The configuration variable name.- Returns:
- the value
 
 - 
getDefaultConfigValuepublic String getDefaultConfigValue() Default value for the configuration variable.- Returns:
- the value
 
 - 
getOverridenConfigValuepublic String getOverridenConfigValue() User-selected configuration variable value.- Returns:
- the value
 
 - 
getAllowedValuespublic String getAllowedValues() Range or list of allowed values.- Returns:
- the value
 
 - 
getIsRestartRequiredpublic Boolean getIsRestartRequired() If true, modifying this configuration value will require a restart of the database.- Returns:
- the value
 
 - 
getDataTypepublic String getDataType() Data type of the variable.- Returns:
- the value
 
 - 
getIsOverridablepublic Boolean getIsOverridable() Whether the value can be overridden or not.- Returns:
- the value
 
 - 
getDescriptionpublic String getDescription() Details about the PostgreSQL parameter.- 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
 
 
- 
 
-