public class AlipayUserAgreementBatchQueryModel extends AlipayObject
Constructor and Description |
---|
AlipayUserAgreementBatchQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getAlipayLogonId()
Gets alipay logon id.
|
String |
getAlipayUserId()
Gets alipay user id.
|
String |
getPersonalProductCode()
Gets personal product code.
|
String |
getProductCode()
Gets product code.
|
String |
getSignScene()
Gets sign scene.
|
String |
getThirdPartyType()
Gets third party type.
|
void |
setAlipayLogonId(String alipayLogonId)
Sets alipay logon id.
|
void |
setAlipayUserId(String alipayUserId)
Sets alipay user id.
|
void |
setPersonalProductCode(String personalProductCode)
Sets personal product code.
|
void |
setProductCode(String productCode)
Sets product code.
|
void |
setSignScene(String signScene)
Sets sign scene.
|
void |
setThirdPartyType(String thirdPartyType)
Sets third party type.
|
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 String getPersonalProductCode()
public void setPersonalProductCode(String personalProductCode)
personalProductCode
- the personal product codepublic String getProductCode()
public void setProductCode(String productCode)
productCode
- the 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.