Class TaskExecLog
java.lang.Object
com.netflix.conductor.common.metadata.tasks.TaskExecLog
Model that represents the task's execution log.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TaskExecLog
public TaskExecLog() -
TaskExecLog
-
-
Method Details
-
getLog
- Returns:
- Task Exec Log
-
setLog
- Parameters:
log- The Log
-
getTaskId
- Returns:
- the taskId
-
setTaskId
- Parameters:
taskId- the taskId to set
-
getCreatedTime
public long getCreatedTime()- Returns:
- the createdTime
-
setCreatedTime
public void setCreatedTime(long createdTime) - Parameters:
createdTime- the createdTime to set
-
equals
-
hashCode
public int hashCode()
-