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