-
public class MemberWrapperBeanInformation about family members supported for modification.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classMemberWrapperBean.BuilderThe builder of member properties.
-
Field Summary
Fields Modifier and Type Field Description private longhomeIdprivate StringnickNameprivate longmemberIdprivate StringheadPicprivate Stringaccountprivate Stringuidprivate StringcountryCodeprivate StringinvitationCodeprivate introleprivate LongcustomRoleId
-
Method Summary
Modifier and Type Method Description longgetHomeId()StringgetNickName()longgetMemberId()StringgetHeadPic()StringgetAccount()StringgetUid()StringgetCountryCode()StringgetInvitationCode()intgetRole()LonggetCustomRoleId()booleanisAdmin()booleanisAutoAccept()-
-
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()
-
-
-
-