public class AlipayUserAgreementSignModel extends AlipayObject
Constructor and Description |
---|
AlipayUserAgreementSignModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayLogonId()
Gets alipay logon id.
|
String |
getAlipayUserId()
Gets alipay user id.
|
AssetParams |
getAssetParams()
Gets asset params.
|
String |
getBindedMobile()
Gets binded mobile.
|
String |
getConfirmType()
Gets confirm type.
|
DeviceParams |
getDeviceParams()
Gets device params.
|
String |
getExternalAgreementNo()
Gets external agreement no.
|
String |
getExternalLogonId()
Gets external logon id.
|
String |
getPersonalProductCode()
Gets personal product code.
|
ProdParams |
getProdParams()
Gets prod params.
|
String |
getProductCode()
Gets product code.
|
String |
getPromoParams()
Gets promo params.
|
String |
getSignScene()
Gets sign scene.
|
String |
getSignValidityPeriod()
Gets sign validity period.
|
String |
getSubMerchant()
Gets sub merchant.
|
String |
getThirdPartyType()
Gets third party type.
|
VerifyParams |
getVerifyParams()
Gets verify params.
|
ZmAuthParams |
getZmAuthParams()
Gets zm auth params.
|
void |
setAlipayLogonId(String alipayLogonId)
Sets alipay logon id.
|
void |
setAlipayUserId(String alipayUserId)
Sets alipay user id.
|
void |
setAssetParams(AssetParams assetParams)
Sets asset params.
|
void |
setBindedMobile(String bindedMobile)
Sets binded mobile.
|
void |
setConfirmType(String confirmType)
Sets confirm type.
|
void |
setDeviceParams(DeviceParams deviceParams)
Sets device params.
|
void |
setExternalAgreementNo(String externalAgreementNo)
Sets external agreement no.
|
void |
setExternalLogonId(String externalLogonId)
Sets external logon id.
|
void |
setPersonalProductCode(String personalProductCode)
Sets personal product code.
|
void |
setProdParams(ProdParams prodParams)
Sets prod params.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setPromoParams(String promoParams)
Sets promo params.
|
void |
setSignScene(String signScene)
Sets sign scene.
|
void |
setSignValidityPeriod(String signValidityPeriod)
Sets sign validity period.
|
void |
setSubMerchant(String subMerchant)
Sets sub merchant.
|
void |
setThirdPartyType(String thirdPartyType)
Sets third party type.
|
void |
setVerifyParams(VerifyParams verifyParams)
Sets verify params.
|
void |
setZmAuthParams(ZmAuthParams zmAuthParams)
Sets zm auth params.
|
public String getAlipayLogonId()
public void setAlipayLogonId(String alipayLogonId)
alipayLogonId
- the alipay logon idpublic String getAlipayUserId()
public void setAlipayUserId(String alipayUserId)
alipayUserId
- the alipay user idpublic AssetParams getAssetParams()
public void setAssetParams(AssetParams assetParams)
assetParams
- the asset paramspublic String getBindedMobile()
public void setBindedMobile(String bindedMobile)
bindedMobile
- the binded mobilepublic String getConfirmType()
public void setConfirmType(String confirmType)
confirmType
- the confirm typepublic DeviceParams getDeviceParams()
public void setDeviceParams(DeviceParams deviceParams)
deviceParams
- the device paramspublic String getExternalAgreementNo()
public void setExternalAgreementNo(String externalAgreementNo)
externalAgreementNo
- the external agreement nopublic String getExternalLogonId()
public void setExternalLogonId(String externalLogonId)
externalLogonId
- the external logon idpublic String getPersonalProductCode()
public void setPersonalProductCode(String personalProductCode)
personalProductCode
- the personal product codepublic ProdParams getProdParams()
public void setProdParams(ProdParams prodParams)
prodParams
- the prod paramspublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the product codepublic String getPromoParams()
public void setPromoParams(String promoParams)
promoParams
- the promo paramspublic String getSignScene()
public void setSignScene(String signScene)
signScene
- the sign scenepublic String getSignValidityPeriod()
public void setSignValidityPeriod(String signValidityPeriod)
signValidityPeriod
- the sign validity periodpublic String getSubMerchant()
public void setSubMerchant(String subMerchant)
subMerchant
- the sub merchantpublic String getThirdPartyType()
public void setThirdPartyType(String thirdPartyType)
thirdPartyType
- the third party typepublic VerifyParams getVerifyParams()
public void setVerifyParams(VerifyParams verifyParams)
verifyParams
- the verify paramspublic ZmAuthParams getZmAuthParams()
public void setZmAuthParams(ZmAuthParams zmAuthParams)
zmAuthParams
- the zm auth paramsCopyright © 2018. All rights reserved.