public class AlipayUserAgreementSignEffectModel extends AlipayObject
Constructor and Description |
---|
AlipayUserAgreementSignEffectModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAgreementNo()
Gets agreement no.
|
String |
getAlipayLogonId()
Gets alipay logon id.
|
String |
getAlipayUserId()
Gets alipay user id.
|
String |
getExternalAgreementNo()
Gets external agreement no.
|
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 |
setExternalAgreementNo(String externalAgreementNo)
Sets external agreement no.
|
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 getExternalAgreementNo()
public void setExternalAgreementNo(String externalAgreementNo)
externalAgreementNo
- the external agreement nopublic 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.