public class AlipayUserCertdocQueryResponse extends AlipayResponse
| 构造器和说明 |
|---|
AlipayUserCertdocQueryResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
AlipayUserCertDocDrivingLicense |
getDrivingLicense() |
List<AlipayUserCertDocDrivingLicense> |
getDrivingLicenseList() |
AlipayUserCertDocIDCard |
getIdentityCard() |
List<AlipayUserCertDocIDCard> |
getIdentityCardList() |
List<AlipayUserCertDocPassport> |
getPassportList() |
List<AlipayUserCertDocVehicleLicense> |
getSelfVehicleLicenseList() |
List<AlipayUserCertDocVehicleLicense> |
getVehicleLicenseList() |
void |
setDrivingLicense(AlipayUserCertDocDrivingLicense drivingLicense) |
void |
setDrivingLicenseList(List<AlipayUserCertDocDrivingLicense> drivingLicenseList) |
void |
setIdentityCard(AlipayUserCertDocIDCard identityCard) |
void |
setIdentityCardList(List<AlipayUserCertDocIDCard> identityCardList) |
void |
setPassportList(List<AlipayUserCertDocPassport> passportList) |
void |
setSelfVehicleLicenseList(List<AlipayUserCertDocVehicleLicense> selfVehicleLicenseList) |
void |
setVehicleLicenseList(List<AlipayUserCertDocVehicleLicense> vehicleLicenseList) |
getBody, getCode, getErrorCode, getMsg, getParams, getSubCode, getSubMsg, isSuccess, setBody, setCode, setErrorCode, setMsg, setParams, setSubCode, setSubMsgpublic void setDrivingLicense(AlipayUserCertDocDrivingLicense drivingLicense)
public AlipayUserCertDocDrivingLicense getDrivingLicense()
public void setDrivingLicenseList(List<AlipayUserCertDocDrivingLicense> drivingLicenseList)
public List<AlipayUserCertDocDrivingLicense> getDrivingLicenseList()
public void setIdentityCard(AlipayUserCertDocIDCard identityCard)
public AlipayUserCertDocIDCard getIdentityCard()
public void setIdentityCardList(List<AlipayUserCertDocIDCard> identityCardList)
public List<AlipayUserCertDocIDCard> getIdentityCardList()
public void setPassportList(List<AlipayUserCertDocPassport> passportList)
public List<AlipayUserCertDocPassport> getPassportList()
public void setSelfVehicleLicenseList(List<AlipayUserCertDocVehicleLicense> selfVehicleLicenseList)
public List<AlipayUserCertDocVehicleLicense> getSelfVehicleLicenseList()
public void setVehicleLicenseList(List<AlipayUserCertDocVehicleLicense> vehicleLicenseList)
public List<AlipayUserCertDocVehicleLicense> getVehicleLicenseList()
Copyright © 2020. All rights reserved.