public class AlipayUserPrincipalInfo extends AlipayObject
Constructor and Description |
---|
AlipayUserPrincipalInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getEmail()
Gets email.
|
String |
getMobile()
Gets mobile.
|
String |
getUserId()
Gets user id.
|
void |
setEmail(String email)
Sets email.
|
void |
setMobile(String mobile)
Sets mobile.
|
void |
setUserId(String userId)
Sets user id.
|
public String getEmail()
public void setEmail(String email)
email
- the emailpublic String getMobile()
public void setMobile(String mobile)
mobile
- the mobilepublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.