@Generated(value="com.coupang.client.generator.CoupangCustomCodeGenerator", date="2022-01-07T15:32:33.824+09:00") public class DeliveryHistoryDto extends Object
Constructor and Description |
---|
DeliveryHistoryDto() |
Modifier and Type | Method and Description |
---|---|
DeliveryHistoryDto |
addDetailsItem(DeliveryHistoryDetailDto detailsItem) |
DeliveryHistoryDto |
details(List<DeliveryHistoryDetailDto> details) |
boolean |
equals(Object o) |
List<DeliveryHistoryDetailDto> |
getDetails()
Get details
|
Long |
getShipmentBoxId()
Get shipmentBoxId
|
int |
hashCode() |
void |
setDetails(List<DeliveryHistoryDetailDto> details) |
void |
setShipmentBoxId(Long shipmentBoxId) |
DeliveryHistoryDto |
shipmentBoxId(Long shipmentBoxId) |
String |
toString() |
public DeliveryHistoryDto details(List<DeliveryHistoryDetailDto> details)
public DeliveryHistoryDto addDetailsItem(DeliveryHistoryDetailDto detailsItem)
public List<DeliveryHistoryDetailDto> getDetails()
public void setDetails(List<DeliveryHistoryDetailDto> details)
public DeliveryHistoryDto shipmentBoxId(Long shipmentBoxId)
public Long getShipmentBoxId()
public void setShipmentBoxId(Long shipmentBoxId)
Copyright © 2022. All rights reserved.