public class AlipayUserAgreementUnsignModel extends AlipayObject
| Constructor and Description |
|---|
AlipayUserAgreementUnsignModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAgreementNo()
Gets agreement no.
|
String |
getAlipayLogonId()
Gets alipay logon id.
|
String |
getAlipayUserId()
Gets alipay user id.
|
String |
getExtendParams()
Gets extend params.
|
String |
getExternalAgreementNo()
Gets external agreement no.
|
String |
getOperateType()
Gets operate type.
|
String |
getPersonalProductCode()
Gets personal product code.
|
String |
getSignScene()
Gets sign scene.
|
String |
getThirdPartyType()
Gets third party type.
|
void |
setAgreementNo(String agreementNo)
Sets agreement no.
|
void |
setAlipayLogonId(String alipayLogonId)
Sets alipay logon id.
|
void |
setAlipayUserId(String alipayUserId)
Sets alipay user id.
|
void |
setExtendParams(String extendParams)
Sets extend params.
|
void |
setExternalAgreementNo(String externalAgreementNo)
Sets external agreement no.
|
void |
setOperateType(String operateType)
Sets operate type.
|
void |
setPersonalProductCode(String personalProductCode)
Sets personal product code.
|
void |
setSignScene(String signScene)
Sets sign scene.
|
void |
setThirdPartyType(String thirdPartyType)
Sets third party type.
|
public String getAgreementNo()
public void setAgreementNo(String agreementNo)
agreementNo - the agreement nopublic String getAlipayLogonId()
public void setAlipayLogonId(String alipayLogonId)
alipayLogonId - the alipay logon idpublic String getAlipayUserId()
public void setAlipayUserId(String alipayUserId)
alipayUserId - the alipay user idpublic String getExtendParams()
public void setExtendParams(String extendParams)
extendParams - the extend paramspublic String getExternalAgreementNo()
public void setExternalAgreementNo(String externalAgreementNo)
externalAgreementNo - the external agreement nopublic String getOperateType()
public void setOperateType(String operateType)
operateType - the operate typepublic String getPersonalProductCode()
public void setPersonalProductCode(String personalProductCode)
personalProductCode - the personal product codepublic String getSignScene()
public void setSignScene(String signScene)
signScene - the sign scenepublic String getThirdPartyType()
public void setThirdPartyType(String thirdPartyType)
thirdPartyType - the third party typeCopyright © 2018. All rights reserved.