Class RateResponseError
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.shipengine.domain.rates.rate.response.RateResponseError
-
public class RateResponseError extends Object
-
-
Constructor Summary
Constructors Constructor Description RateResponseError()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetCarrierCode()StringgetCarrierId()StringgetCarrierName()StringgetErrorCode()StringgetErrorSource()StringgetErrorType()StringgetMessage()inthashCode()voidsetCarrierCode(String carrierCode)voidsetCarrierId(String carrierId)voidsetCarrierName(String carrierName)voidsetErrorCode(String errorCode)voidsetErrorSource(String errorSource)voidsetErrorType(String errorType)voidsetMessage(String message)StringtoString()
-
-
-
Method Detail
-
getErrorSource
public String getErrorSource()
-
getErrorType
public String getErrorType()
-
getErrorCode
public String getErrorCode()
-
getMessage
public String getMessage()
-
getCarrierId
public String getCarrierId()
-
getCarrierCode
public String getCarrierCode()
-
getCarrierName
public String getCarrierName()
-
setErrorSource
public void setErrorSource(String errorSource)
-
setErrorType
public void setErrorType(String errorType)
-
setErrorCode
public void setErrorCode(String errorCode)
-
setMessage
public void setMessage(String message)
-
setCarrierId
public void setCarrierId(String carrierId)
-
setCarrierCode
public void setCarrierCode(String carrierCode)
-
setCarrierName
public void setCarrierName(String carrierName)
-
canEqual
protected boolean canEqual(Object other)
-
-