public class AlipayUserAgreementPageSignModel extends AlipayObject
Constructor and Description |
---|
AlipayUserAgreementPageSignModel() |
Modifier and Type | Method and Description |
---|---|
AccessParams |
getAccessParams()
Gets access params.
|
String |
getAgreementEffectType()
Gets agreement effect type.
|
DeviceParams |
getDeviceParams()
Gets device params.
|
String |
getExternalAgreementNo()
Gets external agreement no.
|
String |
getExternalLogonId()
Gets external logon id.
|
IdentityParams |
getIdentityParams()
Gets identity params.
|
String |
getMerchantProcessUrl()
Gets merchant process url.
|
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.
|
ZmAuthParams |
getZmAuthParams()
Gets zm auth params.
|
void |
setAccessParams(AccessParams accessParams)
Sets access params.
|
void |
setAgreementEffectType(String agreementEffectType)
Sets agreement effect 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 |
setIdentityParams(IdentityParams identityParams)
Sets identity params.
|
void |
setMerchantProcessUrl(String merchantProcessUrl)
Sets merchant process url.
|
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 |
setZmAuthParams(ZmAuthParams zmAuthParams)
Sets zm auth params.
|
public AccessParams getAccessParams()
public void setAccessParams(AccessParams accessParams)
accessParams
- the access paramspublic String getAgreementEffectType()
public void setAgreementEffectType(String agreementEffectType)
agreementEffectType
- the agreement effect 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 IdentityParams getIdentityParams()
public void setIdentityParams(IdentityParams identityParams)
identityParams
- the identity paramspublic String getMerchantProcessUrl()
public void setMerchantProcessUrl(String merchantProcessUrl)
merchantProcessUrl
- the merchant process urlpublic 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 ZmAuthParams getZmAuthParams()
public void setZmAuthParams(ZmAuthParams zmAuthParams)
zmAuthParams
- the zm auth paramsCopyright © 2018. All rights reserved.