public class AlipayOfflineMarketItemCreateModel extends AlipayObject
| Constructor and Description |
|---|
AlipayOfflineMarketItemCreateModel() |
| Modifier and Type | Method and Description |
|---|---|
AlipayItemAuditRule |
getAuditRule()
Gets audit rule.
|
String |
getCover()
Gets cover.
|
List<AlipayItemDescription> |
getDescriptions()
Gets descriptions.
|
Date |
getGmtEnd()
Gets gmt end.
|
Date |
getGmtStart()
Gets gmt start.
|
Long |
getInventory()
Gets inventory.
|
Boolean |
getIsAutoExpanded()
Gets is auto expanded.
|
String |
getItemType()
Gets item type.
|
String |
getOperateNotifyUrl()
Gets operate notify url.
|
AlipayItemOperationContext |
getOperationContext()
Gets operation context.
|
String |
getPurchaseMode()
Gets purchase mode.
|
String |
getRequestId()
Gets request id.
|
AlipayItemSalesRule |
getSalesRule()
Gets sales rule.
|
String |
getShopList()
Gets shop list.
|
String |
getSubject()
Gets subject.
|
AlipayItemVoucherTemplete |
getVoucherTemplete()
Gets voucher templete.
|
Long |
getWeight()
Gets weight.
|
void |
setAuditRule(AlipayItemAuditRule auditRule)
Sets audit rule.
|
void |
setCover(String cover)
Sets cover.
|
void |
setDescriptions(List<AlipayItemDescription> descriptions)
Sets descriptions.
|
void |
setGmtEnd(Date gmtEnd)
Sets gmt end.
|
void |
setGmtStart(Date gmtStart)
Sets gmt start.
|
void |
setInventory(Long inventory)
Sets inventory.
|
void |
setIsAutoExpanded(Boolean isAutoExpanded)
Sets is auto expanded.
|
void |
setItemType(String itemType)
Sets item type.
|
void |
setOperateNotifyUrl(String operateNotifyUrl)
Sets operate notify url.
|
void |
setOperationContext(AlipayItemOperationContext operationContext)
Sets operation context.
|
void |
setPurchaseMode(String purchaseMode)
Sets purchase mode.
|
void |
setRequestId(String requestId)
Sets request id.
|
void |
setSalesRule(AlipayItemSalesRule salesRule)
Sets sales rule.
|
void |
setShopList(String shopList)
Sets shop list.
|
void |
setSubject(String subject)
Sets subject.
|
void |
setVoucherTemplete(AlipayItemVoucherTemplete voucherTemplete)
Sets voucher templete.
|
void |
setWeight(Long weight)
Sets weight.
|
public AlipayItemAuditRule getAuditRule()
public void setAuditRule(AlipayItemAuditRule auditRule)
auditRule - the audit rulepublic String getCover()
public void setCover(String cover)
cover - the coverpublic List<AlipayItemDescription> getDescriptions()
public void setDescriptions(List<AlipayItemDescription> descriptions)
descriptions - the descriptionspublic Date getGmtEnd()
public void setGmtEnd(Date gmtEnd)
gmtEnd - the gmt endpublic Date getGmtStart()
public void setGmtStart(Date gmtStart)
gmtStart - the gmt startpublic Long getInventory()
public void setInventory(Long inventory)
inventory - the inventorypublic Boolean getIsAutoExpanded()
public void setIsAutoExpanded(Boolean isAutoExpanded)
isAutoExpanded - the is auto expandedpublic String getItemType()
public void setItemType(String itemType)
itemType - the item typepublic String getOperateNotifyUrl()
public void setOperateNotifyUrl(String operateNotifyUrl)
operateNotifyUrl - the operate notify urlpublic AlipayItemOperationContext getOperationContext()
public void setOperationContext(AlipayItemOperationContext operationContext)
operationContext - the operation contextpublic String getPurchaseMode()
public void setPurchaseMode(String purchaseMode)
purchaseMode - the purchase modepublic String getRequestId()
public void setRequestId(String requestId)
requestId - the request idpublic AlipayItemSalesRule getSalesRule()
public void setSalesRule(AlipayItemSalesRule salesRule)
salesRule - the sales rulepublic String getShopList()
public void setShopList(String shopList)
shopList - the shop listpublic String getSubject()
public void setSubject(String subject)
subject - the subjectpublic AlipayItemVoucherTemplete getVoucherTemplete()
public void setVoucherTemplete(AlipayItemVoucherTemplete voucherTemplete)
voucherTemplete - the voucher templetepublic Long getWeight()
public void setWeight(Long weight)
weight - the weightCopyright © 2018. All rights reserved.