public class AlipayOfflineMarketItemModifyModel extends AlipayObject
Constructor and Description |
---|
AlipayOfflineMarketItemModifyModel() |
Modifier and Type | Method and Description |
---|---|
AlipayItemAuditRule |
getAuditRule()
Gets audit rule.
|
String |
getGmtEnd()
Gets gmt end.
|
Long |
getInventory()
Gets inventory.
|
String |
getItemId()
Gets item id.
|
String |
getMemo()
Gets memo.
|
String |
getOperateNotifyUrl()
Gets operate notify url.
|
AlipayItemOperationContext |
getOperationContext()
Gets operation context.
|
String |
getRequestId()
Gets request id.
|
AlipayItemSalesRule |
getSalesRule()
Gets sales rule.
|
Long |
getWeight()
Gets weight.
|
void |
setAuditRule(AlipayItemAuditRule auditRule)
Sets audit rule.
|
void |
setGmtEnd(String gmtEnd)
Sets gmt end.
|
void |
setInventory(Long inventory)
Sets inventory.
|
void |
setItemId(String itemId)
Sets item id.
|
void |
setMemo(String memo)
Sets memo.
|
void |
setOperateNotifyUrl(String operateNotifyUrl)
Sets operate notify url.
|
void |
setOperationContext(AlipayItemOperationContext operationContext)
Sets operation context.
|
void |
setRequestId(String requestId)
Sets request id.
|
void |
setSalesRule(AlipayItemSalesRule salesRule)
Sets sales rule.
|
void |
setWeight(Long weight)
Sets weight.
|
public AlipayItemAuditRule getAuditRule()
public void setAuditRule(AlipayItemAuditRule auditRule)
auditRule
- the audit rulepublic String getGmtEnd()
public void setGmtEnd(String gmtEnd)
gmtEnd
- the gmt endpublic Long getInventory()
public void setInventory(Long inventory)
inventory
- the inventorypublic String getItemId()
public void setItemId(String itemId)
itemId
- the item idpublic String getMemo()
public void setMemo(String memo)
memo
- the memopublic String getOperateNotifyUrl()
public void setOperateNotifyUrl(String operateNotifyUrl)
operateNotifyUrl
- the operate notify urlpublic AlipayItemOperationContext getOperationContext()
public void setOperationContext(AlipayItemOperationContext operationContext)
operationContext
- the operation contextpublic String getRequestId()
public void setRequestId(String requestId)
requestId
- the request idpublic AlipayItemSalesRule getSalesRule()
public void setSalesRule(AlipayItemSalesRule salesRule)
salesRule
- the sales rulepublic Long getWeight()
public void setWeight(Long weight)
weight
- the weightCopyright © 2018. All rights reserved.