public class GoodInfo extends AlipayObject
| Constructor and Description |
|---|
GoodInfo() |
| Modifier and Type | Method and Description |
|---|---|
String |
getGoodsId()
Gets goods id.
|
String |
getGoodsName()
Gets goods name.
|
String |
getQuantity()
Gets quantity.
|
String |
getWeight()
Gets weight.
|
void |
setGoodsId(String goodsId)
Sets goods id.
|
void |
setGoodsName(String goodsName)
Sets goods name.
|
void |
setQuantity(String quantity)
Sets quantity.
|
void |
setWeight(String weight)
Sets weight.
|
public String getGoodsId()
public void setGoodsId(String goodsId)
goodsId - the goods idpublic String getGoodsName()
public void setGoodsName(String goodsName)
goodsName - the goods namepublic String getQuantity()
public void setQuantity(String quantity)
quantity - the quantitypublic String getWeight()
public void setWeight(String weight)
weight - the weightCopyright © 2018. All rights reserved.