Package com.gooddata.sdk.model.connector
Class IntegrationProcessStatus
java.lang.Object
com.gooddata.sdk.model.connector.IntegrationProcessStatus
- Direct Known Subclasses:
ProcessStatus
Connector process (i.e. single ETL run) status used in integration object. Deserialization only.
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIntegrationProcessStatus(Status status, ZonedDateTime started, ZonedDateTime finished, Map<String, String> links) -
Method Summary
-
Field Details
-
URI
- See Also:
-
-
Constructor Details
-
IntegrationProcessStatus
protected IntegrationProcessStatus(Status status, ZonedDateTime started, ZonedDateTime finished, Map<String, String> links)
-
-
Method Details
-
getStatus
-
getStarted
-
getFinished
-
isFinished
public boolean isFinished()Returns true when the connector process has already finished (no matter if it was successful). NOTE: It also returns false in case of inability to resolve the code (e.g. API change)- Returns:
- true when the connector process has already finished, false otherwise
-
isFailed
public boolean isFailed()Returns true when the connector process failed. NOTE: It also returns false in case of inability to resolve the code (e.g. API change)- Returns:
- true when the connector process failed, false otherwise
-
getUri
-
getId
-
toString
-