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 ReportDetails
Details 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 Summary
Nested Classes Modifier and Type Class Description static class
ScheduleAuditReportDetails.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.datasafe.model.ReportDetails
ReportDetails.ReportType
-
-
Constructor Summary
Constructors Constructor Description ScheduleAuditReportDetails(Integer rowLimit, String recordTimeSpan)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ScheduleAuditReportDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getRecordTimeSpan()
The time span of records in report to be scheduled.Integer
getRowLimit()
Specifies the limit on the number of rows in the report.int
hashCode()
ScheduleAuditReportDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
ScheduleAuditReportDetails
@Deprecated public ScheduleAuditReportDetails(Integer rowLimit, String recordTimeSpan)
Deprecated.
-
-
Method Detail
-
builder
public static ScheduleAuditReportDetails.Builder builder()
Create a new builder.
-
toBuilder
public ScheduleAuditReportDetails.Builder toBuilder()
-
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()
- Overrides:
toString
in classReportDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classReportDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classReportDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classReportDetails
-
-