public class PrincipalInfo extends AlipayObject
Constructor and Description |
---|
PrincipalInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getMobileNo()
Gets mobile no.
|
String |
getOperatorCertNo()
Gets operator cert no.
|
String |
getOperatorCertType()
Gets operator cert type.
|
String |
getParams()
Gets params.
|
String |
getTntInstId()
Gets tnt inst id.
|
String |
getUserId()
Gets user id.
|
String |
getUserName()
Gets user name.
|
void |
setMobileNo(String mobileNo)
Sets mobile no.
|
void |
setOperatorCertNo(String operatorCertNo)
Sets operator cert no.
|
void |
setOperatorCertType(String operatorCertType)
Sets operator cert type.
|
void |
setParams(String params)
Sets params.
|
void |
setTntInstId(String tntInstId)
Sets tnt inst id.
|
void |
setUserId(String userId)
Sets user id.
|
void |
setUserName(String userName)
Sets user name.
|
public String getMobileNo()
public void setMobileNo(String mobileNo)
mobileNo
- the mobile nopublic String getOperatorCertNo()
public void setOperatorCertNo(String operatorCertNo)
operatorCertNo
- the operator cert nopublic String getOperatorCertType()
public void setOperatorCertType(String operatorCertType)
operatorCertType
- the operator cert typepublic String getParams()
public void setParams(String params)
params
- the paramspublic String getTntInstId()
public void setTntInstId(String tntInstId)
tntInstId
- the tnt inst idpublic String getUserId()
public void setUserId(String userId)
userId
- the user idpublic String getUserName()
public void setUserName(String userName)
userName
- the user nameCopyright © 2018. All rights reserved.