public class InsQueryPerson extends AlipayObject
| Constructor and Description |
|---|
InsQueryPerson() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCertNo()
Gets cert no.
|
String |
getCertType()
Gets cert type.
|
String |
getChannelUserId()
Gets channel user id.
|
String |
getChannelUserSource()
Gets channel user source.
|
String |
getType()
Gets type.
|
void |
setCertNo(String certNo)
Sets cert no.
|
void |
setCertType(String certType)
Sets cert type.
|
void |
setChannelUserId(String channelUserId)
Sets channel user id.
|
void |
setChannelUserSource(String channelUserSource)
Sets channel user source.
|
void |
setType(String type)
Sets type.
|
public String getCertNo()
public void setCertNo(String certNo)
certNo - the cert nopublic String getCertType()
public void setCertType(String certType)
certType - the cert typepublic String getChannelUserId()
public void setChannelUserId(String channelUserId)
channelUserId - the channel user idpublic String getChannelUserSource()
public void setChannelUserSource(String channelUserSource)
channelUserSource - the channel user sourcepublic String getType()
public void setType(String type)
type - the typeCopyright © 2018. All rights reserved.