public class PromoItemInfo extends AlipayObject
Constructor and Description |
---|
PromoItemInfo() |
Modifier and Type | Method and Description |
---|---|
ConstraintInfo |
getConstraintInfo()
Gets constraint info.
|
String |
getId()
Gets id.
|
String |
getSaleEndTime()
Gets sale end time.
|
Date |
getSaleStartTime()
Gets sale start time.
|
String |
getTotalInventory()
Gets total inventory.
|
Voucher |
getVoucher()
Gets voucher.
|
void |
setConstraintInfo(ConstraintInfo constraintInfo)
Sets constraint info.
|
void |
setId(String id)
Sets id.
|
void |
setSaleEndTime(String saleEndTime)
Sets sale end time.
|
void |
setSaleStartTime(Date saleStartTime)
Sets sale start time.
|
void |
setTotalInventory(String totalInventory)
Sets total inventory.
|
void |
setVoucher(Voucher voucher)
Sets voucher.
|
public ConstraintInfo getConstraintInfo()
public void setConstraintInfo(ConstraintInfo constraintInfo)
constraintInfo
- the constraint infopublic String getId()
public void setId(String id)
id
- the idpublic String getSaleEndTime()
public void setSaleEndTime(String saleEndTime)
saleEndTime
- the sale end timepublic Date getSaleStartTime()
public void setSaleStartTime(Date saleStartTime)
saleStartTime
- the sale start timepublic String getTotalInventory()
public void setTotalInventory(String totalInventory)
totalInventory
- the total inventorypublic Voucher getVoucher()
public void setVoucher(Voucher voucher)
voucher
- the voucherCopyright © 2018. All rights reserved.