public class BStepExecutionBuilder extends Object
public static BStepExecutionBuilder create()
public BStepExecution build()
public BStepExecutionBuilder withCommitCount(Double commitCount)
public BStepExecutionBuilder withEndTime(Date endTime)
public BStepExecutionBuilder withExitCode(String exitCode)
public BStepExecutionBuilder withExitMessage(String exitMessage)
public BStepExecutionBuilder withFilterCount(Double filterCount)
public BStepExecutionBuilder withJobExecution(BJobExecution jobExecution)
public BStepExecutionBuilder withLastUpdated(Date lastUpdated)
public BStepExecutionBuilder withProcessSkipCount(Double processSkipCount)
public BStepExecutionBuilder withReadCount(Double readCount)
public BStepExecutionBuilder withReadSkipCount(Double readSkipCount)
public BStepExecutionBuilder withRollbackCount(Double rollbackCount)
public BStepExecutionBuilder withStartTime(Date startTime)
public BStepExecutionBuilder withStatus(String status)
public BStepExecutionBuilder withStepExecutionId(Double stepExecutionId)
public BStepExecutionBuilder withStepName(String stepName)
public BStepExecutionBuilder withVersion(Double version)
public BStepExecutionBuilder withWriteCount(Double writeCount)
public BStepExecutionBuilder withWriteSkipCount(Double writeSkipCount)
Copyright © 2016. All rights reserved.