public class AlipaySecurityRiskCustomerriskQueryModel extends AlipayObject
Constructor and Description |
---|
AlipaySecurityRiskCustomerriskQueryModel() |
Modifier and Type | Method and Description |
---|---|
String |
getBankCardNo()
Gets bank card no.
|
String |
getBusinessLicenseNo()
Gets business license no.
|
String |
getCardNo()
Gets card no.
|
String |
getCertNo()
Gets cert no.
|
String |
getCompanyName()
Gets company name.
|
String |
getExternalId()
Gets external id.
|
String |
getMobileNo()
Gets mobile no.
|
String |
getRiskType()
Gets risk type.
|
void |
setBankCardNo(String bankCardNo)
Sets bank card no.
|
void |
setBusinessLicenseNo(String businessLicenseNo)
Sets business license no.
|
void |
setCardNo(String cardNo)
Sets card no.
|
void |
setCertNo(String certNo)
Sets cert no.
|
void |
setCompanyName(String companyName)
Sets company name.
|
void |
setExternalId(String externalId)
Sets external id.
|
void |
setMobileNo(String mobileNo)
Sets mobile no.
|
void |
setRiskType(String riskType)
Sets risk type.
|
public AlipaySecurityRiskCustomerriskQueryModel()
public String getBankCardNo()
public void setBankCardNo(String bankCardNo)
bankCardNo
- the bank card nopublic String getBusinessLicenseNo()
public void setBusinessLicenseNo(String businessLicenseNo)
businessLicenseNo
- the business license nopublic String getCardNo()
public void setCardNo(String cardNo)
cardNo
- the card nopublic String getCertNo()
public void setCertNo(String certNo)
certNo
- the cert nopublic String getCompanyName()
public void setCompanyName(String companyName)
companyName
- the company namepublic String getExternalId()
public void setExternalId(String externalId)
externalId
- the external idpublic String getMobileNo()
public void setMobileNo(String mobileNo)
mobileNo
- the mobile nopublic String getRiskType()
public void setRiskType(String riskType)
riskType
- the risk typeCopyright © 2018. All rights reserved.