@Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class AddmDbParameterAggregation extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Summarizes change history for specific database parameter
Note: Objects should always be created or deserialized using the AddmDbParameterAggregation.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 AddmDbParameterAggregation.Builder
, which maintain a
set of all explicitly set fields called AddmDbParameterAggregation.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
).
Modifier and Type | Class and Description |
---|---|
static class |
AddmDbParameterAggregation.Builder |
EXPLICITLY_SET_FILTER_NAME, EXPLICITLY_SET_PROPERTY_NAME
Constructor and Description |
---|
AddmDbParameterAggregation(String id,
String name,
Integer instNum,
String defaultValue,
String beginValue,
String endValue,
Boolean isChanged,
Boolean isDefault,
String valueModified,
Boolean isHighImpact)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static AddmDbParameterAggregation.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
String |
getBeginValue()
Parameter value when time period began
|
String |
getDefaultValue()
Parameter default value
|
String |
getEndValue()
Parameter value when time period ended
|
String |
getId()
The OCID of
the Database insight.
|
Integer |
getInstNum()
Number of database instance
|
Boolean |
getIsChanged()
Indicates whether the parameter’s value changed during the selected time range (TRUE) or did
not change during the selected time range (FALSE)
|
Boolean |
getIsDefault()
Indicates whether the parameter’s end value was set to the default value (TRUE) or was
specified in the parameter file (FALSE)
|
Boolean |
getIsHighImpact()
Indicates whether the parameter is a high impact parameter (TRUE) or not (FALSE)
|
String |
getName()
Name of parameter
|
String |
getValueModified()
Indicates whether the parameter has been modified after instance starup MODIFIED - Parameter
has been modified with ALTER SESSION SYSTEM_MOD - Parameter has been modified with ALTER
SYSTEM FALSE - Parameter has not been modified after instance starup
|
int |
hashCode() |
AddmDbParameterAggregation.Builder |
toBuilder() |
String |
toString() |
String |
toString(boolean includeByteArrayContents)
Return a string representation of the object.
|
markPropertyAsExplicitlySet, wasPropertyExplicitlySet
@Deprecated @ConstructorProperties(value={"id","name","instNum","defaultValue","beginValue","endValue","isChanged","isDefault","valueModified","isHighImpact"}) public AddmDbParameterAggregation(String id, String name, Integer instNum, String defaultValue, String beginValue, String endValue, Boolean isChanged, Boolean isDefault, String valueModified, Boolean isHighImpact)
public static AddmDbParameterAggregation.Builder builder()
Create a new builder.
public AddmDbParameterAggregation.Builder toBuilder()
public String getName()
Name of parameter
public Integer getInstNum()
Number of database instance
public String getDefaultValue()
Parameter default value
public String getBeginValue()
Parameter value when time period began
public String getEndValue()
Parameter value when time period ended
public Boolean getIsChanged()
Indicates whether the parameter’s value changed during the selected time range (TRUE) or did not change during the selected time range (FALSE)
public Boolean getIsDefault()
Indicates whether the parameter’s end value was set to the default value (TRUE) or was specified in the parameter file (FALSE)
public String getValueModified()
Indicates whether the parameter has been modified after instance starup MODIFIED - Parameter has been modified with ALTER SESSION SYSTEM_MOD - Parameter has been modified with ALTER SYSTEM FALSE - Parameter has not been modified after instance starup
public Boolean getIsHighImpact()
Indicates whether the parameter is a high impact parameter (TRUE) or not (FALSE)
public String toString()
toString
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.
includeByteArrayContents
- true to include the full contents of byte arrayspublic boolean equals(Object o)
equals
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
public int hashCode()
hashCode
in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
Copyright © 2016–2024. All rights reserved.