Class ScheduleAuditReportDetails


  • @Generated(value="OracleSDKGenerator",
               comments="API Version: 20181201")
    public final class ScheduleAuditReportDetails
    extends ReportDetails
    Details for the audit report schedule.
    Note: Objects should always be created or deserialized using the ScheduleAuditReportDetails.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 ScheduleAuditReportDetails.Builder, which maintain a set of all explicitly set fields called ScheduleAuditReportDetails.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

      • ScheduleAuditReportDetails

        @Deprecated
        public ScheduleAuditReportDetails​(Integer rowLimit,
                                          String recordTimeSpan)
        Deprecated.
    • Method Detail

      • getRowLimit

        public Integer getRowLimit()
        Specifies the limit on the number of rows in the report.
        Returns:
        the value
      • getRecordTimeSpan

        public String getRecordTimeSpan()
        The time span of records in report to be scheduled.

        Allowed period strings - “H”,“D”,“M”,“Y” Each of the above fields potentially introduce constraints. A workRequest is created only when period-value satisfies all the constraints. Constraints introduced: 1. period = H (The allowed range for period-value is [1, 23]) 2. period = D (The allowed range for period-value is [1, 30]) 3. period = M (The allowed range for period-value is [1, 11]) 4. period = Y (The minimum period-value is 1)

        Returns:
        the value
      • toString

        public String toString​(boolean includeByteArrayContents)
        Return a string representation of the object.
        Overrides:
        toString in class ReportDetails
        Parameters:
        includeByteArrayContents - true to include the full contents of byte arrays
        Returns:
        string representation