Class ListCarriersResponse
- java.lang.Object
 - 
- com.broadleafcommerce.shipping.service.integrations.shipengine.domain.carriers.response.ListCarriersResponse
 
 
- 
public class ListCarriersResponse extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description ListCarriersResponse() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<Carrier>getCarriers()List<ShipEngineApiError>getErrors()StringgetRequestId()inthashCode()voidsetCarriers(List<Carrier> carriers)voidsetErrors(List<ShipEngineApiError> errors)voidsetRequestId(String requestId)StringtoString() 
 - 
 
- 
- 
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)
 
 - 
 
 -