public class IdentityParam extends AlipayObject
Constructor and Description |
---|
IdentityParam() |
Modifier and Type | Method and Description |
---|---|
String |
getCertName()
Gets cert name.
|
String |
getCertNo()
Gets cert no.
|
String |
getCertType()
Gets cert type.
|
String |
getIdentityType()
Gets identity type.
|
String |
getUserId()
Gets user id.
|
void |
setCertName(String certName)
Sets cert name.
|
void |
setCertNo(String certNo)
Sets cert no.
|
void |
setCertType(String certType)
Sets cert type.
|
void |
setIdentityType(String identityType)
Sets identity type.
|
void |
setUserId(String userId)
Sets user id.
|
public String getCertName()
public void setCertName(String certName)
certName
- the cert namepublic String getCertNo()
public void setCertNo(String certNo)
certNo
- the cert nopublic String getCertType()
public void setCertType(String certType)
certType
- the cert typepublic String getIdentityType()
public void setIdentityType(String identityType)
identityType
- the identity typepublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.