public class AbstractGenericResponse extends Object
AbstractGenericResponse(long transactionId, int code, String message)
int
getCode()
String
getMessage()
long
getTransactionId()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractGenericResponse(long transactionId, int code, String message)
public long getTransactionId()
public int getCode()
public String getMessage()