Package com.oracle.bmc.jms.model
Class CreateTaskScheduleDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.jms.model.CreateTaskScheduleDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public final class CreateTaskScheduleDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelAttributes to create a task schedule.
 Note: Objects should always be created or deserialized using theCreateTaskScheduleDetails.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 theCreateTaskScheduleDetails.Builder, which maintain a set of all explicitly set fields calledCreateTaskScheduleDetails.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 classCreateTaskScheduleDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description CreateTaskScheduleDetails(String fleetId, String executionRecurrences, TaskDetails taskDetails)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateTaskScheduleDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetExecutionRecurrences()Recurrence specification for the task schedule execution (formatted according to RFC-5545).StringgetFleetId()The OCID of the Fleet.TaskDetailsgetTaskDetails()inthashCode()CreateTaskScheduleDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
CreateTaskScheduleDetails@Deprecated @ConstructorProperties({"fleetId","executionRecurrences","taskDetails"}) public CreateTaskScheduleDetails(String fleetId, String executionRecurrences, TaskDetails taskDetails) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static CreateTaskScheduleDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic CreateTaskScheduleDetails.Builder toBuilder() 
 - 
getExecutionRecurrencespublic String getExecutionRecurrences() Recurrence specification for the task schedule execution (formatted according to RFC-5545).To run daily for 10 occurrences starts on September 2, 2024 09:00 EDT, it should be ‘DTSTART;TZID=America/New_York:20240902T090000 RRULE:FREQ=DAILY;COUNT=10’. To run every 3 hours from 9:00 AM to 5:00 PM on August 5, 2024 EDT, it should be ‘DTSTART;TZID=America/New_York:20240805T090000 RRULE:FREQ=HOURLY;INTERVAL=3;UNTIL=20240805T170000Z’. - Returns:
- the value
 
 - 
getTaskDetailspublic TaskDetails getTaskDetails() 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-