com.intel.cosbench.protocol
Class LoginResponse

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

public class LoginResponse
extends Response

The response to login.

Author:
ywang19

Constructor Summary
LoginResponse()
           
 
Method Summary
 
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

LoginResponse

public LoginResponse()