public class ExtUserInfo extends AlipayObject
Constructor and Description |
---|
ExtUserInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCertNo()
Gets cert no.
|
String |
getCertType()
Gets cert type.
|
String |
getFixBuyer()
Gets fix buyer.
|
String |
getMinAge()
Gets min age.
|
String |
getMobile()
Gets mobile.
|
String |
getName()
Gets name.
|
String |
getNeedCheckInfo()
Gets need check info.
|
void |
setCertNo(String certNo)
Sets cert no.
|
void |
setCertType(String certType)
Sets cert type.
|
void |
setFixBuyer(String fixBuyer)
Sets fix buyer.
|
void |
setMinAge(String minAge)
Sets min age.
|
void |
setMobile(String mobile)
Sets mobile.
|
void |
setName(String name)
Sets name.
|
void |
setNeedCheckInfo(String needCheckInfo)
Sets need check info.
|
public String getCertNo()
public void setCertNo(String certNo)
certNo
- the cert nopublic String getCertType()
public void setCertType(String certType)
certType
- the cert typepublic String getFixBuyer()
public void setFixBuyer(String fixBuyer)
fixBuyer
- the fix buyerpublic String getMinAge()
public void setMinAge(String minAge)
minAge
- the min agepublic String getMobile()
public void setMobile(String mobile)
mobile
- the mobilepublic String getName()
public void setName(String name)
name
- the namepublic String getNeedCheckInfo()
public void setNeedCheckInfo(String needCheckInfo)
needCheckInfo
- the need check infoCopyright © 2018. All rights reserved.