Class MonthlyRuleFrequencyDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.dataintegration.model.AbstractFrequencyDetails
-
- com.oracle.bmc.dataintegration.model.MonthlyRuleFrequencyDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200430") public final class MonthlyRuleFrequencyDetails extends AbstractFrequencyDetails
Frequency Details model for monthly frequency based on week of month and day of week.
Note: Objects should always be created or deserialized using theMonthlyRuleFrequencyDetails.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 theMonthlyRuleFrequencyDetails.Builder
, which maintain a set of all explicitly set fields calledMonthlyRuleFrequencyDetails.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
MonthlyRuleFrequencyDetails.Builder
static class
MonthlyRuleFrequencyDetails.DayOfWeek
This holds the day of the week on which the schedule should be triggered.static class
MonthlyRuleFrequencyDetails.WeekOfMonth
This holds the week of the month in which the schedule should be triggered.-
Nested classes/interfaces inherited from class com.oracle.bmc.dataintegration.model.AbstractFrequencyDetails
AbstractFrequencyDetails.Frequency, AbstractFrequencyDetails.ModelType
-
-
Constructor Summary
Constructors Constructor Description MonthlyRuleFrequencyDetails(AbstractFrequencyDetails.Frequency frequency, MonthlyRuleFrequencyDetails.WeekOfMonth weekOfMonth, Integer interval, Time time, MonthlyRuleFrequencyDetails.DayOfWeek dayOfWeek)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonthlyRuleFrequencyDetails.Builder
builder()
Create a new builder.boolean
equals(Object o)
MonthlyRuleFrequencyDetails.DayOfWeek
getDayOfWeek()
This holds the day of the week on which the schedule should be triggered.Integer
getInterval()
This hold the repeatability aspect of a schedule.Time
getTime()
MonthlyRuleFrequencyDetails.WeekOfMonth
getWeekOfMonth()
This holds the week of the month in which the schedule should be triggered.int
hashCode()
MonthlyRuleFrequencyDetails.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.-
Methods inherited from class com.oracle.bmc.dataintegration.model.AbstractFrequencyDetails
getFrequency
-
-
-
-
Constructor Detail
-
MonthlyRuleFrequencyDetails
@Deprecated public MonthlyRuleFrequencyDetails(AbstractFrequencyDetails.Frequency frequency, MonthlyRuleFrequencyDetails.WeekOfMonth weekOfMonth, Integer interval, Time time, MonthlyRuleFrequencyDetails.DayOfWeek dayOfWeek)
Deprecated.
-
-
Method Detail
-
builder
public static MonthlyRuleFrequencyDetails.Builder builder()
Create a new builder.
-
toBuilder
public MonthlyRuleFrequencyDetails.Builder toBuilder()
-
getWeekOfMonth
public MonthlyRuleFrequencyDetails.WeekOfMonth getWeekOfMonth()
This holds the week of the month in which the schedule should be triggered.- Returns:
- the value
-
getInterval
public Integer getInterval()
This hold the repeatability aspect of a schedule.i.e. in a monhtly frequency, a task can be scheduled for every month, once in two months, once in tree months etc.
- Returns:
- the value
-
getTime
public Time getTime()
-
getDayOfWeek
public MonthlyRuleFrequencyDetails.DayOfWeek getDayOfWeek()
This holds the day of the week on which the schedule should be triggered.- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classAbstractFrequencyDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classAbstractFrequencyDetails
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classAbstractFrequencyDetails
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classAbstractFrequencyDetails
-
-