Class DataHubIngestionSourceSchedule
- java.lang.Object
-
- io.datahubproject.openapi.generated.DataHubIngestionSourceSchedule
-
@Validated @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen", date="2023-12-06T11:25:47.362934Z[Etc/UTC]") public class DataHubIngestionSourceSchedule extends java.lang.ObjectThe schedule associated with an ingestion source.
-
-
Constructor Summary
Constructors Constructor Description DataHubIngestionSourceSchedule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)@NotNull java.lang.StringgetInterval()A cron-formatted execution interval, as a cron string, e.g.@NotNull java.lang.StringgetTimezone()Timezone in which the cron interval applies, e.g.inthashCode()DataHubIngestionSourceScheduleinterval(java.lang.String interval)voidsetInterval(java.lang.String interval)voidsetTimezone(java.lang.String timezone)DataHubIngestionSourceScheduletimezone(java.lang.String timezone)java.lang.StringtoString()
-
-
-
Method Detail
-
interval
public DataHubIngestionSourceSchedule interval(java.lang.String interval)
-
getInterval
@NotNull public @NotNull java.lang.String getInterval()
A cron-formatted execution interval, as a cron string, e.g. * * * * *- Returns:
- interval
-
setInterval
public void setInterval(java.lang.String interval)
-
timezone
public DataHubIngestionSourceSchedule timezone(java.lang.String timezone)
-
getTimezone
@NotNull public @NotNull java.lang.String getTimezone()
Timezone in which the cron interval applies, e.g. America/Los Angeles- Returns:
- timezone
-
setTimezone
public void setTimezone(java.lang.String timezone)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-