Class DataHubIngestionSourceSchedule


  • @Validated
    @Generated(value="io.swagger.codegen.v3.generators.java.SpringCodegen",
               date="2022-10-18T12:49:45.903581Z[Etc/UTC]")
    public class DataHubIngestionSourceSchedule
    extends java.lang.Object
    The schedule associated with an ingestion source.
    • Constructor Detail

      • DataHubIngestionSourceSchedule

        public DataHubIngestionSourceSchedule()
    • Method Detail

      • 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)
      • 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:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object