org.springframework.yarn.batch.repository.bindings
Class UpdateStepExecutionRes
java.lang.Object
org.springframework.yarn.integration.ip.mind.binding.BaseObject
org.springframework.yarn.integration.ip.mind.binding.BaseResponseObject
org.springframework.yarn.batch.repository.bindings.UpdateStepExecutionRes
public class UpdateStepExecutionRes
- extends BaseResponseObject
Response for saving step execution.
- Author:
- Janne Valkealahti
- See Also:
RemoteStepExecutionDao.updateStepExecution(StepExecution)
,
StepExecution
Field Summary |
java.lang.Long |
id
|
java.lang.Integer |
version
|
Fields inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject |
type |
Methods inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject |
getType |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
public java.lang.Long id
version
public java.lang.Integer version
UpdateStepExecutionRes
public UpdateStepExecutionRes()
UpdateStepExecutionRes
public UpdateStepExecutionRes(java.lang.Long id,
java.lang.Integer version)
getId
public java.lang.Long getId()
getVersion
public java.lang.Integer getVersion()