public class AlipayOfflineMarketItemStateModel extends AlipayObject
Constructor and Description |
---|
AlipayOfflineMarketItemStateModel() |
Modifier and Type | Method and Description |
---|---|
AlipayItemAuditRule |
getAuditRule()
Gets audit rule.
|
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.
|
String |
getStateType()
Gets state type.
|
void |
setAuditRule(AlipayItemAuditRule auditRule)
Sets audit rule.
|
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 |
setStateType(String stateType)
Sets state type.
|
public AlipayItemAuditRule getAuditRule()
public void setAuditRule(AlipayItemAuditRule auditRule)
auditRule
- the audit rulepublic 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 String getStateType()
public void setStateType(String stateType)
stateType
- the state typeCopyright © 2018. All rights reserved.