Package com.gooddata.connector
Class Zendesk4ProcessExecution
- java.lang.Object
-
- com.gooddata.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.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classZendesk4ProcessExecution.DownloadParams
-
Constructor Summary
Constructors Constructor Description Zendesk4ProcessExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorTypegetConnectorType()Zendesk4ProcessExecution.DownloadParamsgetDownloadParams()BooleangetIncremental()BooleangetRecoverable()BooleangetRecoveryInProgress()BooleangetReload()Map<String,org.joda.time.DateTime>getStartTimes()voidsetDownloadParams(Zendesk4ProcessExecution.DownloadParams downloadParams)voidsetIncremental(Boolean incremental)voidsetRecoverable(Boolean recoverable)Tells if the newly started process should use recoverable feature.voidsetRecoveryInProgress(Boolean recoveryInProgress)Tells if there is some recoverable process in progress for given project Usable from R176.voidsetReload(Boolean reload)set by scheduler, when the process is actually a reload of a projectvoidsetStartTime(String resource, org.joda.time.DateTime startTime)StringtoString()
-
-
-
Method Detail
-
getConnectorType
public ConnectorType getConnectorType()
- Specified by:
getConnectorTypein interfaceProcessExecution
-
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.
-
setStartTime
public void setStartTime(String resource, org.joda.time.DateTime startTime)
-
getDownloadParams
public Zendesk4ProcessExecution.DownloadParams getDownloadParams()
-
setDownloadParams
public void setDownloadParams(Zendesk4ProcessExecution.DownloadParams downloadParams)
-
-