Class HPSQueryResponseEvaluationInput
java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.hps.support.HPSQueryResponseEvaluationInput
Input payload for
HPSResponseCodeEvaluator. This is an internal object for communication
between system components. Not meant to be surfaced to outside callers.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanThe application ID of the context this response is being processed for.The tenant ID of the context this response is being processed for.The response payload returned from the API.inthashCode()voidsetApplicationId(String applicationId) The application ID of the context this response is being processed for.voidsetTenantId(String tenantId) The tenant ID of the context this response is being processed for.voidsetUidResponse(HPSOrderAbstractionQueryResponse uidResponse) The response payload returned from the API.toString()
-
Constructor Details
-
HPSQueryResponseEvaluationInput
public HPSQueryResponseEvaluationInput()
-
-
Method Details
-
getUidResponse
The response payload returned from the API. -
getApplicationId
The application ID of the context this response is being processed for. -
getTenantId
The tenant ID of the context this response is being processed for. -
setUidResponse
The response payload returned from the API. -
setApplicationId
The application ID of the context this response is being processed for. -
setTenantId
The tenant ID of the context this response is being processed for. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-