com.intel.cosbench.protocol
Class SubmitResponse

java.lang.Object
  extended by com.intel.cosbench.protocol.Response
      extended by com.intel.cosbench.protocol.SubmitResponse

public class SubmitResponse
extends Response

The response for request to sumit workload to drivers.

Author:
ywang19

Constructor Summary
SubmitResponse()
           
 
Method Summary
 java.lang.String getId()
           
 void setId(java.lang.String id)
           
 
Methods inherited from class com.intel.cosbench.protocol.Response
getCode, getError, isSucc, setCode, setError, setSucc
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubmitResponse

public SubmitResponse()
Method Detail

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)