public class AlipayEbppInstserviceMessageNotifyModel extends AlipayObject
| 构造器和说明 |
|---|
AlipayEbppInstserviceMessageNotifyModel() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBillInst() |
String |
getBillInstDesc() |
String |
getBillKey() |
String |
getBizType() |
String |
getExtendData() |
String |
getNotifyDate() |
String |
getNotifyDesc() |
String |
getNotifyType() |
String |
getSubBizType() |
String |
getUserId() |
void |
setBillInst(String billInst) |
void |
setBillInstDesc(String billInstDesc) |
void |
setBillKey(String billKey) |
void |
setBizType(String bizType) |
void |
setExtendData(String extendData) |
void |
setNotifyDate(String notifyDate) |
void |
setNotifyDesc(String notifyDesc) |
void |
setNotifyType(String notifyType) |
void |
setSubBizType(String subBizType) |
void |
setUserId(String userId) |
public String getBillInst()
public void setBillInst(String billInst)
public String getBillInstDesc()
public void setBillInstDesc(String billInstDesc)
public String getBillKey()
public void setBillKey(String billKey)
public String getBizType()
public void setBizType(String bizType)
public String getExtendData()
public void setExtendData(String extendData)
public String getNotifyDate()
public void setNotifyDate(String notifyDate)
public String getNotifyDesc()
public void setNotifyDesc(String notifyDesc)
public String getNotifyType()
public void setNotifyType(String notifyType)
public String getSubBizType()
public void setSubBizType(String subBizType)
public String getUserId()
public void setUserId(String userId)
Copyright © 2020. All rights reserved.