Package com.oracle.bmc.opsi.model
Class AddmDbParameterAggregation
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.opsi.model.AddmDbParameterAggregation
-
@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 theAddmDbParameterAggregation.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 calledAddmDbParameterAggregation.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 class
AddmDbParameterAggregation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AddmDbParameterAggregation.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getBeginValue()
Parameter value when time period beganString
getDefaultValue()
Parameter default valueString
getEndValue()
Parameter value when time period endedString
getId()
The OCID of the Database insight.Integer
getInstNum()
Number of database instanceBoolean
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 parameterString
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 starupint
hashCode()
AddmDbParameterAggregation.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
AddmDbParameterAggregation
@Deprecated @ConstructorProperties({"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)
Deprecated.
-
-
Method Detail
-
builder
public static AddmDbParameterAggregation.Builder builder()
Create a new builder.
-
toBuilder
public AddmDbParameterAggregation.Builder toBuilder()
-
getName
public String getName()
Name of parameter- Returns:
- the value
-
getInstNum
public Integer getInstNum()
Number of database instance- Returns:
- the value
-
getDefaultValue
public String getDefaultValue()
Parameter default value- Returns:
- the value
-
getBeginValue
public String getBeginValue()
Parameter value when time period began- Returns:
- the value
-
getEndValue
public String getEndValue()
Parameter value when time period ended- Returns:
- the value
-
getIsChanged
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)- Returns:
- the value
-
getIsDefault
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)- Returns:
- the value
-
getValueModified
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- Returns:
- the value
-
getIsHighImpact
public Boolean getIsHighImpact()
Indicates whether the parameter is a high impact parameter (TRUE) or not (FALSE)- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classcom.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 classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classcom.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
-