Class ScheduleExecution
- java.lang.Object
-
- com.gooddata.sdk.model.dataload.processes.ScheduleExecution
-
public class ScheduleExecution extends java.lang.ObjectSchedule execution
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringURI
-
Constructor Summary
Constructors Constructor Description ScheduleExecution()
-
Method Summary
All Methods Instance Methods Concrete Methods 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 Detail
-
URI
public static final java.lang.String URI
- See Also:
- Constant Field Values
-
-
Method Detail
-
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
-
-