Package com.oracle.bmc.datasafe.model
Class ScheduleAuditReportDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.datasafe.model.ReportDetails
- 
- com.oracle.bmc.datasafe.model.ScheduleAuditReportDetails
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public final class ScheduleAuditReportDetails extends ReportDetailsDetails for the audit report schedule.
 Note: Objects should always be created or deserialized using theScheduleAuditReportDetails.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 theScheduleAuditReportDetails.Builder, which maintain a set of all explicitly set fields calledScheduleAuditReportDetails.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 SummaryNested Classes Modifier and Type Class Description static classScheduleAuditReportDetails.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.datasafe.model.ReportDetailsReportDetails.ReportType
 
- 
 - 
Constructor SummaryConstructors Constructor Description ScheduleAuditReportDetails(Integer rowLimit, String recordTimeSpan)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScheduleAuditReportDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetRecordTimeSpan()The time span of records in report to be scheduled.IntegergetRowLimit()Specifies the limit on the number of rows in the report.inthashCode()ScheduleAuditReportDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ScheduleAuditReportDetails@Deprecated public ScheduleAuditReportDetails(Integer rowLimit, String recordTimeSpan) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ScheduleAuditReportDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic ScheduleAuditReportDetails.Builder toBuilder() 
 - 
getRowLimitpublic Integer getRowLimit() Specifies the limit on the number of rows in the report.- Returns:
- the value
 
 - 
getRecordTimeSpanpublic 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
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ReportDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- ReportDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- ReportDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- ReportDetails
 
 
- 
 
-