Class PayPalErrorResponse

java.lang.Object
com.broadleafcommerce.paypal.micro.domain.api.PayPalErrorResponse
All Implemented Interfaces:
Serializable

public class PayPalErrorResponse extends Object implements Serializable
Author:
Nathan Moore (nathandmoore)
See Also:
  • Constructor Details

    • PayPalErrorResponse

      public PayPalErrorResponse()
  • Method Details

    • getName

      public String getName()
    • getMessage

      public String getMessage()
    • getDebugId

      public String getDebugId()
    • getInformationLink

      public String getInformationLink()
    • setName

      public void setName(String name)
    • setMessage

      public void setMessage(String message)
    • setDebugId

      public void setDebugId(String debugId)
    • setInformationLink

      public void setInformationLink(String informationLink)
    • 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