public class AlipayUserCertdocSyncModel extends AlipayObject
| Constructor and Description |
|---|
AlipayUserCertdocSyncModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertNo()
Gets cert no.
|
String |
getCertType()
Gets cert type.
|
String |
getExtInfo()
Gets ext info.
|
String |
getName()
Gets name.
|
List<OpenCertPic> |
getPicList()
Gets pic list.
|
String |
getUserId()
Gets user id.
|
void |
setCertNo(String certNo)
Sets cert no.
|
void |
setCertType(String certType)
Sets cert type.
|
void |
setExtInfo(String extInfo)
Sets ext info.
|
void |
setName(String name)
Sets name.
|
void |
setPicList(List<OpenCertPic> picList)
Sets pic list.
|
void |
setUserId(String userId)
Sets user id.
|
public String getCertNo()
public void setCertNo(String certNo)
certNo - the cert nopublic String getCertType()
public void setCertType(String certType)
certType - the cert typepublic String getExtInfo()
public void setExtInfo(String extInfo)
extInfo - the ext infopublic String getName()
public void setName(String name)
name - the namepublic List<OpenCertPic> getPicList()
public void setPicList(List<OpenCertPic> picList)
picList - the pic listpublic String getUserId()
public void setUserId(String userId)
userId - the user idCopyright © 2018. All rights reserved.