public class AlipayEbppPdeductSignQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayEbppPdeductSignQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAgreementId()
Gets agreement id.
|
String |
getBillKey()
Gets bill key.
|
String |
getBizType()
Gets biz type.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getSubBizType()
Gets sub biz type.
|
String |
getUserId()
Gets user id.
|
void |
setAgreementId(String agreementId)
Sets agreement id.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setBizType(String bizType)
Sets biz type.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setSubBizType(String subBizType)
Sets sub biz type.
|
void |
setUserId(String userId)
Sets user id.
|
public String getAgreementId()
public void setAgreementId(String agreementId)
agreementId
- the agreement idpublic 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 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.