Spring for Apache Hadoop

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

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.SaveStepExecutionRes

public class SaveStepExecutionRes
extends BaseResponseObject

Response for saving step execution.

Author:
Janne Valkealahti
See Also:
RemoteStepExecutionDao.saveStepExecution(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
SaveStepExecutionRes()
           
SaveStepExecutionRes(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

SaveStepExecutionRes

public SaveStepExecutionRes()

SaveStepExecutionRes

public SaveStepExecutionRes(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