Class 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 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).

    • Method Detail

      • getId

        public String getId()
        The OCID of the Database insight.
        Returns:
        the value
      • 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 class com.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 class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel