public class AlipayEbppCommonNotifySendModel extends AlipayObject
Constructor and Description |
---|
AlipayEbppCommonNotifySendModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBillKey()
Gets bill key.
|
String |
getBizType()
Gets biz type.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getExtendData()
Gets extend data.
|
String |
getNotifyType()
Gets notify type.
|
String |
getSubBizType()
Gets sub biz type.
|
String |
getUserId()
Gets user id.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setExtendData(String extendData)
Sets extend data.
|
void |
setNotifyType(String notifyType)
Sets notify type.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
void |
setUserId(String userId)
Sets user id.
|
public String getBillKey()
public void setBillKey(String billKey)
billKey
- the bill keypublic String getBizType()
public void setBizType(String bizType)
bizType
- the biz typepublic String getChargeInst()
public void setChargeInst(String chargeInst)
chargeInst
- the charge instpublic String getExtendData()
public void setExtendData(String extendData)
extendData
- the extend datapublic String getNotifyType()
public void setNotifyType(String notifyType)
notifyType
- the notify typepublic String getSubBizType()
public void setSubBizType(String subBizType)
subBizType
- the sub biz typepublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.