public class AlipayIserviceItaskMerchantRecordSyncModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayIserviceItaskMerchantRecordSyncModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBizCode() |
String |
getBizId() |
String |
getBuyerId() |
BuyerInfo |
getBuyerInfo() |
String |
getBuyerOpenId() |
HomeNormalApiContent |
getContent() |
String |
getIsAlipayUser() |
String |
getIsAuthorize() |
String |
getMsgTime() |
String |
getNodeCode() |
void |
setBizCode(String bizCode) |
void |
setBizId(String bizId) |
void |
setBuyerId(String buyerId) |
void |
setBuyerInfo(BuyerInfo buyerInfo) |
void |
setBuyerOpenId(String buyerOpenId) |
void |
setContent(HomeNormalApiContent content) |
void |
setIsAlipayUser(String isAlipayUser) |
void |
setIsAuthorize(String isAuthorize) |
void |
setMsgTime(String msgTime) |
void |
setNodeCode(String nodeCode) |
public AlipayIserviceItaskMerchantRecordSyncModel()
public String getBizCode()
public void setBizCode(String bizCode)
public String getBizId()
public void setBizId(String bizId)
public String getBuyerId()
public void setBuyerId(String buyerId)
public BuyerInfo getBuyerInfo()
public void setBuyerInfo(BuyerInfo buyerInfo)
public String getBuyerOpenId()
public void setBuyerOpenId(String buyerOpenId)
public HomeNormalApiContent getContent()
public void setContent(HomeNormalApiContent content)
public String getIsAlipayUser()
public void setIsAlipayUser(String isAlipayUser)
public String getIsAuthorize()
public void setIsAuthorize(String isAuthorize)
public String getMsgTime()
public void setMsgTime(String msgTime)
public String getNodeCode()
public void setNodeCode(String nodeCode)
Copyright © 2023. All rights reserved.