Class IntegrationProcessStatus

java.lang.Object
com.gooddata.sdk.model.connector.IntegrationProcessStatus
Direct Known Subclasses:
ProcessStatus

public class IntegrationProcessStatus extends Object
Connector process (i.e. single ETL run) status used in integration object. Deserialization only.
  • Field Details

  • Constructor Details

  • Method Details

    • getStatus

      public Status getStatus()
    • getStarted

      public ZonedDateTime getStarted()
    • getFinished

      public ZonedDateTime 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

      public String getUri()
    • getId

      public String getId()
    • toString

      public String toString()
      Overrides:
      toString in class Object