@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T17:07:26.321-05:00[America/Chicago]") public class AutoUpdateSchedule extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_CRON |
static String |
JSON_PROPERTY_DELAY |
static String |
JSON_PROPERTY_DURATION |
static String |
JSON_PROPERTY_LAST_UPDATED |
static String |
JSON_PROPERTY_TIMEZONE |
Constructor and Description |
---|
AutoUpdateSchedule() |
Modifier and Type | Method and Description |
---|---|
AutoUpdateSchedule |
cron(String cron) |
AutoUpdateSchedule |
delay(Integer delay) |
AutoUpdateSchedule |
duration(Integer duration) |
boolean |
equals(Object o) |
String |
getCron()
Get cron
|
Integer |
getDelay()
delay in days
|
Integer |
getDuration()
duration in minutes
|
OffsetDateTime |
getLastUpdated()
last time when the updated finished (success or failed, exclude cancelled), null if job haven't finished once yet.
|
String |
getTimezone()
Get timezone
|
int |
hashCode() |
AutoUpdateSchedule |
lastUpdated(OffsetDateTime lastUpdated) |
void |
setCron(String cron) |
void |
setDelay(Integer delay) |
void |
setDuration(Integer duration) |
void |
setLastUpdated(OffsetDateTime lastUpdated) |
void |
setTimezone(String timezone) |
AutoUpdateSchedule |
timezone(String timezone) |
String |
toString() |
public static final String JSON_PROPERTY_CRON
public static final String JSON_PROPERTY_DELAY
public static final String JSON_PROPERTY_DURATION
public static final String JSON_PROPERTY_LAST_UPDATED
public static final String JSON_PROPERTY_TIMEZONE
public AutoUpdateSchedule cron(String cron)
public void setCron(String cron)
public AutoUpdateSchedule delay(Integer delay)
public void setDelay(Integer delay)
public AutoUpdateSchedule duration(Integer duration)
public void setDuration(Integer duration)
public AutoUpdateSchedule lastUpdated(OffsetDateTime lastUpdated)
@Nullable public OffsetDateTime getLastUpdated()
public void setLastUpdated(OffsetDateTime lastUpdated)
public AutoUpdateSchedule timezone(String timezone)
public void setTimezone(String timezone)
Copyright © 2017–2023 Okta. All rights reserved.