Package com.okta.sdk.resource.model
Class AutoUpdateSchedule
java.lang.Object
com.okta.sdk.resource.model.AutoUpdateSchedule
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class AutoUpdateSchedule
extends Object
implements Serializable
The schedule of auto-update configured by admin.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getCron()
Get crongetDelay()
delay in daysduration in minuteslast time when the updated finished (success or failed, exclude cancelled), null if job haven't finished once yet.Get timezoneint
hashCode()
lastUpdated
(OffsetDateTime lastUpdated) void
void
void
setDuration
(Integer duration) void
setLastUpdated
(OffsetDateTime lastUpdated) void
setTimezone
(String timezone) toString()
-
Field Details
-
JSON_PROPERTY_CRON
- See Also:
-
JSON_PROPERTY_DELAY
- See Also:
-
JSON_PROPERTY_DURATION
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_TIMEZONE
- See Also:
-
-
Constructor Details
-
AutoUpdateSchedule
public AutoUpdateSchedule()
-
-
Method Details
-
cron
-
getCron
Get cron- Returns:
- cron
-
setCron
-
delay
-
getDelay
delay in days- Returns:
- delay
-
setDelay
-
duration
-
getDuration
duration in minutes- Returns:
- duration
-
setDuration
-
lastUpdated
-
getLastUpdated
last time when the updated finished (success or failed, exclude cancelled), null if job haven't finished once yet.- Returns:
- lastUpdated
-
setLastUpdated
-
timezone
-
getTimezone
Get timezone- Returns:
- timezone
-
setTimezone
-
equals
-
hashCode
public int hashCode() -
toString
-