Spring for Apache Hadoop

org.springframework.yarn.batch.repository.bindings
Class UpdateStepExecutionRes

java.lang.Object
  extended by org.springframework.yarn.integration.ip.mind.binding.BaseObject
      extended by org.springframework.yarn.integration.ip.mind.binding.BaseResponseObject
          extended by 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.BaseResponseObject
resmsg, resstate
 
Fields inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseObject
type
 
Constructor Summary
UpdateStepExecutionRes()
           
UpdateStepExecutionRes(java.lang.Long id, java.lang.Integer version)
           
 
Method Summary
 java.lang.Long getId()
           
 java.lang.Integer getVersion()
           
 
Methods inherited from class org.springframework.yarn.integration.ip.mind.binding.BaseResponseObject
getResmsg, getResstate, setResmsg, setResstate
 
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
 

Field Detail

id

public java.lang.Long id

version

public java.lang.Integer version
Constructor Detail

UpdateStepExecutionRes

public UpdateStepExecutionRes()

UpdateStepExecutionRes

public UpdateStepExecutionRes(java.lang.Long id,
                              java.lang.Integer version)
Method Detail

getId

public java.lang.Long getId()

getVersion

public java.lang.Integer getVersion()

Spring for Apache Hadoop