Class HPSQueryResponseEvaluationInput

java.lang.Object
com.broadleafcommerce.vendor.chasepayment.service.hps.support.HPSQueryResponseEvaluationInput

public class HPSQueryResponseEvaluationInput extends Object
Input payload for HPSResponseCodeEvaluator. This is an internal object for communication between system components. Not meant to be surfaced to outside callers.
  • Constructor Details

    • HPSQueryResponseEvaluationInput

      public HPSQueryResponseEvaluationInput()
  • Method Details

    • getUidResponse

      public HPSOrderAbstractionQueryResponse getUidResponse()
      The response payload returned from the API.
    • getApplicationId

      @Nullable public String getApplicationId()
      The application ID of the context this response is being processed for.
    • getTenantId

      @Nullable public String getTenantId()
      The tenant ID of the context this response is being processed for.
    • setUidResponse

      public void setUidResponse(HPSOrderAbstractionQueryResponse uidResponse)
      The response payload returned from the API.
    • setApplicationId

      public void setApplicationId(@Nullable String applicationId)
      The application ID of the context this response is being processed for.
    • setTenantId

      public void setTenantId(@Nullable String tenantId)
      The tenant ID of the context this response is being processed for.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object