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 AbstractFrequencyDetailsFrequency 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 SummaryNested Classes Modifier and Type Class Description static classMonthlyRuleFrequencyDetails.Builderstatic classMonthlyRuleFrequencyDetails.DayOfWeekThis holds the day of the week on which the schedule should be triggered.static classMonthlyRuleFrequencyDetails.WeekOfMonthThis holds the week of the month in which the schedule should be triggered.- 
Nested classes/interfaces inherited from class com.oracle.bmc.dataintegration.model.AbstractFrequencyDetailsAbstractFrequencyDetails.Frequency, AbstractFrequencyDetails.ModelType
 
- 
 - 
Constructor SummaryConstructors Constructor Description MonthlyRuleFrequencyDetails(AbstractFrequencyDetails.Frequency frequency, MonthlyRuleFrequencyDetails.WeekOfMonth weekOfMonth, Integer interval, Time time, MonthlyRuleFrequencyDetails.DayOfWeek dayOfWeek)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonthlyRuleFrequencyDetails.Builderbuilder()Create a new builder.booleanequals(Object o)MonthlyRuleFrequencyDetails.DayOfWeekgetDayOfWeek()This holds the day of the week on which the schedule should be triggered.IntegergetInterval()This hold the repeatability aspect of a schedule.TimegetTime()MonthlyRuleFrequencyDetails.WeekOfMonthgetWeekOfMonth()This holds the week of the month in which the schedule should be triggered.inthashCode()MonthlyRuleFrequencyDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.- 
Methods inherited from class com.oracle.bmc.dataintegration.model.AbstractFrequencyDetailsgetFrequency
 
- 
 
- 
- 
- 
Constructor Detail- 
MonthlyRuleFrequencyDetails@Deprecated public MonthlyRuleFrequencyDetails(AbstractFrequencyDetails.Frequency frequency, MonthlyRuleFrequencyDetails.WeekOfMonth weekOfMonth, Integer interval, Time time, MonthlyRuleFrequencyDetails.DayOfWeek dayOfWeek) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static MonthlyRuleFrequencyDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic MonthlyRuleFrequencyDetails.Builder toBuilder() 
 - 
getWeekOfMonthpublic MonthlyRuleFrequencyDetails.WeekOfMonth getWeekOfMonth() This holds the week of the month in which the schedule should be triggered.- Returns:
- the value
 
 - 
getIntervalpublic 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
 
 - 
getTimepublic Time getTime() 
 - 
getDayOfWeekpublic MonthlyRuleFrequencyDetails.DayOfWeek getDayOfWeek() This holds the day of the week on which the schedule should be triggered.- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- AbstractFrequencyDetails
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- AbstractFrequencyDetails
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- AbstractFrequencyDetails
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- AbstractFrequencyDetails
 
 
- 
 
-