Class Zendesk4ProcessExecution

java.lang.Object
com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
All Implemented Interfaces:
ProcessExecution

public class Zendesk4ProcessExecution extends Object implements ProcessExecution
Zendesk 4 (Insights) connector process execution (i.e. definition for single ETL run). Serialization only.
  • Constructor Details

    • Zendesk4ProcessExecution

      public Zendesk4ProcessExecution()
  • Method Details

    • getConnectorType

      public ConnectorType getConnectorType()
      Specified by:
      getConnectorType in interface ProcessExecution
    • getIncremental

      public Boolean getIncremental()
    • setIncremental

      public void setIncremental(Boolean incremental)
    • getReload

      public Boolean getReload()
    • setReload

      public void setReload(Boolean reload)
      set by scheduler, when the process is actually a reload of a project
    • getRecoverable

      public Boolean getRecoverable()
    • setRecoverable

      public void setRecoverable(Boolean recoverable)
      Tells if the newly started process should use recoverable feature. Usable from R176.
    • getRecoveryInProgress

      public Boolean getRecoveryInProgress()
    • setRecoveryInProgress

      public void setRecoveryInProgress(Boolean recoveryInProgress)
      Tells if there is some recoverable process in progress for given project Usable from R176.
    • getStartTimes

      public Map<String,ZonedDateTime> getStartTimes()
    • setStartTime

      public void setStartTime(String resource, ZonedDateTime startTime)
    • getDownloadParams

      public Zendesk4ProcessExecution.DownloadParams getDownloadParams()
    • setDownloadParams

      public void setDownloadParams(Zendesk4ProcessExecution.DownloadParams downloadParams)
    • toString

      public String toString()
      Overrides:
      toString in class Object