@Generated(value="com.coupang.client.generator.CoupangCustomCodeGenerator", date="2022-01-07T15:32:33.824+09:00") public class DeliveryReqDto extends Object
Constructor and Description |
---|
DeliveryReqDto() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getInvoiceNumber()
Get invoiceNumber
|
Long |
getShipmentBoxId()
Get shipmentBoxId
|
int |
hashCode() |
DeliveryReqDto |
invoiceNumber(String invoiceNumber) |
void |
setInvoiceNumber(String invoiceNumber) |
void |
setShipmentBoxId(Long shipmentBoxId) |
DeliveryReqDto |
shipmentBoxId(Long shipmentBoxId) |
String |
toString() |
public DeliveryReqDto invoiceNumber(String invoiceNumber)
public String getInvoiceNumber()
public void setInvoiceNumber(String invoiceNumber)
public DeliveryReqDto shipmentBoxId(Long shipmentBoxId)
public Long getShipmentBoxId()
public void setShipmentBoxId(Long shipmentBoxId)
Copyright © 2022. All rights reserved.