public static class OapiRhinoOrderDetailGetResponse.OpenApiProductOrderDetailDto extends TaobaoObject
| Constructor and Description |
|---|
OpenApiProductOrderDetailDto() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getId() |
Long |
getProductOrderId() |
Long |
getQuantity() |
Long |
getSizeId() |
String |
getSizeName() |
String |
getTenantId() |
void |
setId(Long id) |
void |
setProductOrderId(Long productOrderId) |
void |
setQuantity(Long quantity) |
void |
setSizeId(Long sizeId) |
void |
setSizeName(String sizeName) |
void |
setTenantId(String tenantId) |
public Long getId()
public void setId(Long id)
public Long getProductOrderId()
public void setProductOrderId(Long productOrderId)
public Long getQuantity()
public void setQuantity(Long quantity)
public Long getSizeId()
public void setSizeId(Long sizeId)
public String getSizeName()
public void setSizeName(String sizeName)
public String getTenantId()
public void setTenantId(String tenantId)
Copyright © 2021. All rights reserved.