Class ScheduleExecution

java.lang.Object
com.gooddata.sdk.model.dataload.processes.ScheduleExecution

public class ScheduleExecution
extends java.lang.Object
Schedule execution
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String URI  
  • Constructor Summary

    Constructors 
    Constructor Description
    ScheduleExecution()  
  • Method Summary

    Modifier and Type Method Description
    java.time.ZonedDateTime getCreated()  
    java.util.Map<java.lang.String,​java.lang.String> getLinks()  
    java.lang.String getProcessLastDeployedBy()  
    java.lang.String getStatus()  
    java.lang.String getTrigger()  
    java.lang.String getUri()  
    boolean isFinished()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • getStatus

      public java.lang.String getStatus()
    • getLinks

      public java.util.Map<java.lang.String,​java.lang.String> getLinks()
    • getCreated

      public java.time.ZonedDateTime getCreated()
    • getTrigger

      public java.lang.String getTrigger()
    • getProcessLastDeployedBy

      public java.lang.String getProcessLastDeployedBy()
    • getUri

      public java.lang.String getUri()
    • isFinished

      public boolean isFinished()
      Returns:
      whether schedule execution is finished