public class ShipmentListResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ShipmentListResponse.ShipmentListResponseBuilder |
| Constructor and Description |
|---|
ShipmentListResponse() |
ShipmentListResponse(List<ShipmentResponse> orders) |
| Modifier and Type | Method and Description |
|---|---|
static ShipmentListResponse.ShipmentListResponseBuilder |
builder() |
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<ShipmentResponse> |
getOrders() |
int |
hashCode() |
void |
setOrders(List<ShipmentResponse> orders) |
String |
toString() |
public ShipmentListResponse(List<ShipmentResponse> orders)
public ShipmentListResponse()
public static ShipmentListResponse.ShipmentListResponseBuilder builder()
public List<ShipmentResponse> getOrders()
public void setOrders(List<ShipmentResponse> orders)
protected boolean canEqual(Object other)
Copyright © 2020. All rights reserved.