public class RelationCombinedVO extends AlipayObject
Constructor and Description |
---|
RelationCombinedVO() |
Modifier and Type | Method and Description |
---|---|
ExtraInfoVO |
getExtInfo()
Gets ext info.
|
String |
getHeadImg()
Gets head img.
|
Boolean |
getRealFriend()
Gets real friend.
|
String |
getUserId()
Gets user id.
|
String |
getViewName()
Gets view name.
|
void |
setExtInfo(ExtraInfoVO extInfo)
Sets ext info.
|
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 ExtraInfoVO getExtInfo()
public void setExtInfo(ExtraInfoVO extInfo)
extInfo
- the ext infopublic 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.