Class JobScheduleDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.databasemanagement.model.JobScheduleDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20201101") public final class JobScheduleDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe details of the job schedule.
 Note: Objects should always be created or deserialized using theJobScheduleDetails.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 theJobScheduleDetails.Builder, which maintain a set of all explicitly set fields calledJobScheduleDetails.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 classJobScheduleDetails.Builderstatic classJobScheduleDetails.IntervalTypeThe interval type for a recurring scheduled job.
 - 
Constructor SummaryConstructors Constructor Description JobScheduleDetails(String startTime, String endTime, JobScheduleDetails.IntervalType intervalType, String intervalValue)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobScheduleDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetEndTime()The end time of the scheduled job in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.JobScheduleDetails.IntervalTypegetIntervalType()The interval type for a recurring scheduled job.StringgetIntervalValue()The value for the interval period for a recurring scheduled job.StringgetStartTime()The start time of the scheduled job in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.inthashCode()JobScheduleDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
JobScheduleDetails@Deprecated @ConstructorProperties({"startTime","endTime","intervalType","intervalValue"}) public JobScheduleDetails(String startTime, String endTime, JobScheduleDetails.IntervalType intervalType, String intervalValue) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static JobScheduleDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic JobScheduleDetails.Builder toBuilder() 
 - 
getStartTimepublic String getStartTime() The start time of the scheduled job in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.- Returns:
- the value
 
 - 
getEndTimepublic String getEndTime() The end time of the scheduled job in UTC in ISO-8601 format, which is “yyyy-MM-dd’T’hh:mm:ss.sss’Z’”.- Returns:
- the value
 
 - 
getIntervalTypepublic JobScheduleDetails.IntervalType getIntervalType() The interval type for a recurring scheduled job.For a non-recurring (one time) job, NEVER must be specified as the interval type. - Returns:
- the value
 
 - 
getIntervalValuepublic String getIntervalValue() The value for the interval period for a recurring scheduled job.- Returns:
- the value
 
 - 
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
 
 
- 
 
-