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.StringURI -
Constructor Summary
Constructors Constructor Description ScheduleExecution() -
Method Summary
Modifier and Type Method Description java.time.ZonedDateTimegetCreated()java.util.Map<java.lang.String,java.lang.String>getLinks()java.lang.StringgetProcessLastDeployedBy()java.lang.StringgetStatus()java.lang.StringgetTrigger()java.lang.StringgetUri()booleanisFinished()
-
Field Details
-
URI
public static final java.lang.String URI- See Also:
- Constant Field Values
-
-
Constructor Details
-
ScheduleExecution
public ScheduleExecution()
-
-
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
-