public class AlipayEbppPdeductSignAddResponse extends AlipayResponse
| Constructor and Description |
|---|
AlipayEbppPdeductSignAddResponse() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgreementId()
Gets agreement id.
|
String |
getAgreementStatus()
Gets agreement status.
|
String |
getExtendField()
Gets extend field.
|
String |
getNotifyConfig()
Gets notify config.
|
String |
getOutAgreementId()
Gets out agreement id.
|
List<String> |
getPayConfig()
Gets pay config.
|
String |
getSignDate()
Gets sign date.
|
void |
setAgreementId(String agreementId)
Sets agreement id.
|
void |
setAgreementStatus(String agreementStatus)
Sets agreement status.
|
void |
setExtendField(String extendField)
Sets extend field.
|
void |
setNotifyConfig(String notifyConfig)
Sets notify config.
|
void |
setOutAgreementId(String outAgreementId)
Sets out agreement id.
|
void |
setPayConfig(List<String> payConfig)
Sets pay config.
|
void |
setSignDate(String signDate)
Sets sign date.
|
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setAgreementId(String agreementId)
agreementId - the agreement idpublic String getAgreementId()
public void setAgreementStatus(String agreementStatus)
agreementStatus - the agreement statuspublic String getAgreementStatus()
public void setExtendField(String extendField)
extendField - the extend fieldpublic String getExtendField()
public void setNotifyConfig(String notifyConfig)
notifyConfig - the notify configpublic String getNotifyConfig()
public void setOutAgreementId(String outAgreementId)
outAgreementId - the out agreement idpublic String getOutAgreementId()
public void setPayConfig(List<String> payConfig)
payConfig - the pay configpublic void setSignDate(String signDate)
signDate - the sign datepublic String getSignDate()
Copyright © 2018. All rights reserved.