Package com.gooddata.sdk.model.connector
Class Zendesk4ProcessExecution
- java.lang.Object
-
- com.gooddata.sdk.model.connector.Zendesk4ProcessExecution
-
- All Implemented Interfaces:
ProcessExecution
public class Zendesk4ProcessExecution extends java.lang.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()java.lang.BooleangetIncremental()java.lang.BooleangetRecoverable()java.lang.BooleangetRecoveryInProgress()java.lang.BooleangetReload()java.util.Map<java.lang.String,java.time.ZonedDateTime>getStartTimes()voidsetDownloadParams(Zendesk4ProcessExecution.DownloadParams downloadParams)voidsetIncremental(java.lang.Boolean incremental)voidsetRecoverable(java.lang.Boolean recoverable)Tells if the newly started process should use recoverable feature.voidsetRecoveryInProgress(java.lang.Boolean recoveryInProgress)Tells if there is some recoverable process in progress for given project Usable from R176.voidsetReload(java.lang.Boolean reload)set by scheduler, when the process is actually a reload of a projectvoidsetStartTime(java.lang.String resource, java.time.ZonedDateTime startTime)java.lang.StringtoString()
-
-
-
Method Detail
-
getConnectorType
public ConnectorType getConnectorType()
- Specified by:
getConnectorTypein interfaceProcessExecution
-
getIncremental
public java.lang.Boolean getIncremental()
-
setIncremental
public void setIncremental(java.lang.Boolean incremental)
-
getReload
public java.lang.Boolean getReload()
-
setReload
public void setReload(java.lang.Boolean reload)
set by scheduler, when the process is actually a reload of a project
-
getRecoverable
public java.lang.Boolean getRecoverable()
-
setRecoverable
public void setRecoverable(java.lang.Boolean recoverable)
Tells if the newly started process should use recoverable feature. Usable from R176.
-
getRecoveryInProgress
public java.lang.Boolean getRecoveryInProgress()
-
setRecoveryInProgress
public void setRecoveryInProgress(java.lang.Boolean recoveryInProgress)
Tells if there is some recoverable process in progress for given project Usable from R176.
-
getStartTimes
public java.util.Map<java.lang.String,java.time.ZonedDateTime> getStartTimes()
-
setStartTime
public void setStartTime(java.lang.String resource, java.time.ZonedDateTime startTime)
-
getDownloadParams
public Zendesk4ProcessExecution.DownloadParams getDownloadParams()
-
setDownloadParams
public void setDownloadParams(Zendesk4ProcessExecution.DownloadParams downloadParams)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-