Class TargetOverrideCollection


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20181201")
    public final class TargetOverrideCollection
    extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
    Collection of target override summary.
    Note: Objects should always be created or deserialized using the TargetOverrideCollection.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 TargetOverrideCollection.Builder, which maintain a set of all explicitly set fields called TargetOverrideCollection.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).
    • Constructor Detail

      • TargetOverrideCollection

        @Deprecated
        @ConstructorProperties({"targetsCount","targetsOverridingCount","targetsConformingCount","targetsOverridingPaidUsageCount","targetsOverridingOnlineMonthsCount","targetsOverridingOfflineMonthsCount","items"})
        public TargetOverrideCollection​(Integer targetsCount,
                                        Integer targetsOverridingCount,
                                        Integer targetsConformingCount,
                                        Integer targetsOverridingPaidUsageCount,
                                        Integer targetsOverridingOnlineMonthsCount,
                                        Integer targetsOverridingOfflineMonthsCount,
                                        List<TargetOverrideSummary> items)
        Deprecated.
    • Method Detail

      • getTargetsCount

        public Integer getTargetsCount()
        Number of target databases within the target database group.
        Returns:
        the value
      • getTargetsOverridingCount

        public Integer getTargetsOverridingCount()
        Number of target databases within the target database group that override the audit profile of the target database group.
        Returns:
        the value
      • getTargetsConformingCount

        public Integer getTargetsConformingCount()
        Number of target databases within the target database group that conform with the audit profile of the target database group.
        Returns:
        the value
      • getTargetsOverridingPaidUsageCount

        public Integer getTargetsOverridingPaidUsageCount()
        Number of target databases within the group that override the paid usage setting of the audit profile for the target database group.
        Returns:
        the value
      • getTargetsOverridingOnlineMonthsCount

        public Integer getTargetsOverridingOnlineMonthsCount()
        Number of target databases within the group that override the online retention setting of the audit profile for the target database group.
        Returns:
        the value
      • getTargetsOverridingOfflineMonthsCount

        public Integer getTargetsOverridingOfflineMonthsCount()
        Number of target databases within the group that override the offline retention setting of the audit profile for the target database group.
        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