public class StepExecutionData extends BasePOJO
Constructor and Description |
---|
StepExecutionData() |
StepExecutionData(PipelineStageStepExecutionDefaultVORowImpl pRow) |
Modifier and Type | Method and Description |
---|---|
ActionTypeEnum |
getActionType() |
java.sql.Timestamp |
getEndTime() |
java.lang.Long |
getPipelineRoleId() |
java.sql.Timestamp |
getStartTime() |
ExecutionUnitStatus |
getStatus() |
java.lang.String |
getStepExecSequence() |
java.lang.Long |
getStepExecutionId() |
void |
setActionType(java.lang.String pActionType) |
void |
setEndTime(java.sql.Timestamp pEndTime) |
void |
setPipelineRoleId(java.lang.Long pPipelineRoleId) |
void |
setStartTime(java.sql.Timestamp pStartTime) |
void |
setStatus(java.lang.String pStatus) |
void |
setStepExecSequence(java.lang.String pStepExecSequence) |
void |
setStepExecutionId(java.lang.Long pStepExecutionId) |
java.lang.String |
toString()
Returns custom String representation implemented by walking complete object structure.
|
public StepExecutionData(PipelineStageStepExecutionDefaultVORowImpl pRow)
public StepExecutionData()
public void setStartTime(java.sql.Timestamp pStartTime)
public java.sql.Timestamp getStartTime()
public void setEndTime(java.sql.Timestamp pEndTime)
public java.sql.Timestamp getEndTime()
public void setStatus(java.lang.String pStatus)
public ExecutionUnitStatus getStatus()
public void setStepExecSequence(java.lang.String pStepExecSequence)
public java.lang.String getStepExecSequence()
public void setStepExecutionId(java.lang.Long pStepExecutionId)
public java.lang.Long getStepExecutionId()
public void setPipelineRoleId(java.lang.Long pPipelineRoleId)
public java.lang.Long getPipelineRoleId()
public void setActionType(java.lang.String pActionType)
public ActionTypeEnum getActionType()