public class ItemUnitInfo extends AlipayObject
Constructor and Description |
---|
ItemUnitInfo() |
Modifier and Type | Method and Description |
---|---|
Long |
getAmount()
Gets amount.
|
String |
getPrice()
Gets price.
|
String |
getSpec()
Gets spec.
|
String |
getTitle()
Gets title.
|
String |
getUnit()
Gets unit.
|
void |
setAmount(Long amount)
Sets amount.
|
void |
setPrice(String price)
Sets price.
|
void |
setSpec(String spec)
Sets spec.
|
void |
setTitle(String title)
Sets title.
|
void |
setUnit(String unit)
Sets unit.
|
public Long getAmount()
public void setAmount(Long amount)
amount
- the amountpublic String getPrice()
public void setPrice(String price)
price
- the pricepublic String getSpec()
public void setSpec(String spec)
spec
- the specpublic String getTitle()
public void setTitle(String title)
title
- the titlepublic String getUnit()
public void setUnit(String unit)
unit
- the unitCopyright © 2018. All rights reserved.