public class AlipayEbppPdeductSignQueryResponse extends AlipayResponse
Constructor and Description |
---|
AlipayEbppPdeductSignQueryResponse() |
Modifier and Type | Method and Description |
---|---|
String |
getAgreementId()
Gets agreement id.
|
String |
getBillKey()
Gets bill key.
|
String |
getChargeInst()
Gets charge inst.
|
String |
getOutAgreementId()
Gets out agreement id.
|
String |
getSignDate()
Gets sign date.
|
String |
getUserId()
Gets user id.
|
void |
setAgreementId(String agreementId)
Sets agreement id.
|
void |
setBillKey(String billKey)
Sets bill key.
|
void |
setChargeInst(String chargeInst)
Sets charge inst.
|
void |
setOutAgreementId(String outAgreementId)
Sets out agreement id.
|
void |
setSignDate(String signDate)
Sets sign date.
|
void |
setUserId(String userId)
Sets user id.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsg
public void setAgreementId(String agreementId)
agreementId
- the agreement idpublic String getAgreementId()
public void setBillKey(String billKey)
billKey
- the bill keypublic String getBillKey()
public void setChargeInst(String chargeInst)
chargeInst
- the charge instpublic String getChargeInst()
public void setOutAgreementId(String outAgreementId)
outAgreementId
- the out agreement idpublic String getOutAgreementId()
public void setSignDate(String signDate)
signDate
- the sign datepublic String getSignDate()
public void setUserId(String userId)
userId
- the user idpublic String getUserId()
Copyright © 2018. All rights reserved.