-
public class MemberWrapperBean
Information about family members supported for modification.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
MemberWrapperBean.Builder
The builder of member properties.
-
Field Summary
Fields Modifier and Type Field Description private long
homeId
private String
nickName
private long
memberId
private String
headPic
private String
account
private String
uid
private String
countryCode
private String
invitationCode
private int
role
private Long
customRoleId
-
Method Summary
Modifier and Type Method Description long
getHomeId()
String
getNickName()
long
getMemberId()
String
getHeadPic()
String
getAccount()
String
getUid()
String
getCountryCode()
String
getInvitationCode()
int
getRole()
Long
getCustomRoleId()
boolean
isAdmin()
boolean
isAutoAccept()
-
-
Method Detail
-
getHomeId
long getHomeId()
-
getNickName
String getNickName()
-
getMemberId
long getMemberId()
-
getHeadPic
String getHeadPic()
-
getAccount
String getAccount()
-
getUid
String getUid()
-
getCountryCode
String getCountryCode()
-
getInvitationCode
String getInvitationCode()
-
getRole
int getRole()
-
getCustomRoleId
Long getCustomRoleId()
-
isAdmin
boolean isAdmin()
-
isAutoAccept
boolean isAutoAccept()
-
-
-
-