public class AppMemberInfo extends AlipayObject
Constructor and Description |
---|
AppMemberInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getGmtInvite()
Gets gmt invite.
|
String |
getGmtJoin()
Gets gmt join.
|
String |
getLogonId()
Gets logon id.
|
String |
getNickName()
Gets nick name.
|
String |
getPortrait()
Gets portrait.
|
String |
getRole()
Gets role.
|
String |
getStatus()
Gets status.
|
String |
getUserId()
Gets user id.
|
void |
setGmtInvite(String gmtInvite)
Sets gmt invite.
|
void |
setGmtJoin(String gmtJoin)
Sets gmt join.
|
void |
setLogonId(String logonId)
Sets logon id.
|
void |
setNickName(String nickName)
Sets nick name.
|
void |
setPortrait(String portrait)
Sets portrait.
|
void |
setRole(String role)
Sets role.
|
void |
setStatus(String status)
Sets status.
|
void |
setUserId(String userId)
Sets user id.
|
public String getGmtInvite()
public void setGmtInvite(String gmtInvite)
gmtInvite
- the gmt invitepublic String getGmtJoin()
public void setGmtJoin(String gmtJoin)
gmtJoin
- the gmt joinpublic String getLogonId()
public void setLogonId(String logonId)
logonId
- the logon idpublic String getNickName()
public void setNickName(String nickName)
nickName
- the nick namepublic String getPortrait()
public void setPortrait(String portrait)
portrait
- the portraitpublic String getRole()
public void setRole(String role)
role
- the rolepublic String getStatus()
public void setStatus(String status)
status
- the statuspublic String getUserId()
public void setUserId(String userId)
userId
- the user idCopyright © 2018. All rights reserved.