public class FriendListVO extends AlipayObject
| Constructor and Description |
|---|
FriendListVO() |
| Modifier and Type | Method and Description |
|---|---|
String |
getHeadImg()
Gets head img.
|
Boolean |
getRealFriend()
Gets real friend.
|
String |
getUserId()
Gets user id.
|
String |
getViewName()
Gets view name.
|
void |
setHeadImg(String headImg)
Sets head img.
|
void |
setRealFriend(Boolean realFriend)
Sets real friend.
|
void |
setUserId(String userId)
Sets user id.
|
void |
setViewName(String viewName)
Sets view name.
|
public String getHeadImg()
public void setHeadImg(String headImg)
headImg - the head imgpublic Boolean getRealFriend()
public void setRealFriend(Boolean realFriend)
realFriend - the real friendpublic String getUserId()
public void setUserId(String userId)
userId - the user idpublic String getViewName()
public void setViewName(String viewName)
viewName - the view nameCopyright © 2018. All rights reserved.