public class InventoryInfo extends AlipayObject
| Constructor and Description |
|---|
InventoryInfo() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getQuantity()
Gets quantity.
|
String |
getSkuId()
Gets sku id.
|
void |
setQuantity(Long quantity)
Sets quantity.
|
void |
setSkuId(String skuId)
Sets sku id.
|
public Long getQuantity()
public void setQuantity(Long quantity)
quantity - the quantitypublic String getSkuId()
public void setSkuId(String skuId)
skuId - the sku idCopyright © 2018. All rights reserved.