Class ShipEngineApiErrorWrapper
- java.lang.Object
-
- com.broadleafcommerce.shipping.service.integrations.shipengine.domain.common.ShipEngineApiErrorWrapper
-
public class ShipEngineApiErrorWrapper extends Object
-
-
Constructor Summary
Constructors Constructor Description ShipEngineApiErrorWrapper()ShipEngineApiErrorWrapper(String requestId, List<ShipEngineApiError> errors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<ShipEngineApiError>getErrors()StringgetRequestId()inthashCode()voidsetErrors(List<ShipEngineApiError> errors)voidsetRequestId(String requestId)StringtoString()
-
-
-
Constructor Detail
-
ShipEngineApiErrorWrapper
public ShipEngineApiErrorWrapper(String requestId, List<ShipEngineApiError> errors)
-
ShipEngineApiErrorWrapper
public ShipEngineApiErrorWrapper()
-
-
Method Detail
-
getRequestId
public String getRequestId()
-
getErrors
public List<ShipEngineApiError> getErrors()
-
setRequestId
public void setRequestId(String requestId)
-
setErrors
public void setErrors(List<ShipEngineApiError> errors)
-
canEqual
protected boolean canEqual(Object other)
-
-