Constructor.paramresponse incoming responseparamclientTransaction new client transaction this.response = response; this.clientTransaction = clientTransaction;
this.response = response; this.clientTransaction = clientTransaction;
Checking if client transaction member is not null.returntrue when client transaction member is not null return clientTransaction != null;
return clientTransaction != null;
Gets client transaction.returnclient transaction return clientTransaction;
return clientTransaction;
Gets response.returnresponse return response;
return response;
Sets client transaction.paramclientTransaction new client transaction this.clientTransaction = clientTransaction;
this.clientTransaction = clientTransaction;