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