public abstract class BaseResp extends java.lang.Object
static interface
BaseResp.ErrCode
int
mErrCode
java.lang.String
mErrStr
mTransaction
BaseResp()
void
fromBundle(android.os.Bundle bundle)
abstract int
getType()
toBundle(android.os.Bundle bundle)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public int mErrCode
public java.lang.String mErrStr
public java.lang.String mTransaction
public BaseResp()
public abstract int getType()
public void toBundle(android.os.Bundle bundle)
public void fromBundle(android.os.Bundle bundle)